Uses of Class
com.exoscale.sdk.model.CreateKmsKeyResponse
Packages that use CreateKmsKeyResponse
-
Uses of CreateKmsKeyResponse in com.exoscale.sdk.api
Methods in com.exoscale.sdk.api that return CreateKmsKeyResponseModifier and TypeMethodDescriptionExoscaleApi.createKmsKey(CreateKmsKeyRequest createKmsKeyRequest) [BETA] Create KMS Key Create a KMS Key in a given zone with a given name. -
Uses of CreateKmsKeyResponse in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return CreateKmsKeyResponseModifier and TypeMethodDescriptionCreateKmsKeyResponse.createdAt(OffsetDateTime createdAt) CreateKmsKeyResponse.description(String description) CreateKmsKeyResponse.originZone(String originZone) CreateKmsKeyResponse.revision(RevisionStamp revision) CreateKmsKeyResponse.source(CreateKmsKeyResponse.SourceEnum source) CreateKmsKeyResponse.status(CreateKmsKeyResponse.StatusEnum status) CreateKmsKeyResponse.statusSince(OffsetDateTime statusSince)