@Generated(value="OracleSDKGenerator", comments="API Version: release") public class KmsHsmClusterClient extends BaseSyncClient implements KmsHsmCluster
Modifier and Type | Class and Description |
---|---|
static class |
KmsHsmClusterClient.Builder
Builder class for this client.
|
Modifier and Type | Field and Description |
---|---|
String |
clientCommonLibraryVersion
Compatible SDK version, provided by the codegen.
|
Optional<String> |
minimumClientCommonLibraryVersionFromClient
Minimum compatible SDK version, maybe provided by the codegen.
|
static Service |
SERVICE
Service instance for KmsHsmCluster.
|
Constructor and Description |
---|
KmsHsmClusterClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory)
Deprecated.
Use the
builder instead. |
KmsHsmClusterClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory,
List<ClientConfigurator> additionalClientConfigurators)
Deprecated.
Use the
builder instead. |
KmsHsmClusterClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory,
List<ClientConfigurator> additionalClientConfigurators,
String endpoint)
Deprecated.
Use the
builder instead. |
KmsHsmClusterClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory,
Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories,
List<ClientConfigurator> additionalClientConfigurators,
String endpoint)
Deprecated.
Use the
builder instead. |
KmsHsmClusterClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory,
Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories,
List<ClientConfigurator> additionalClientConfigurators,
String endpoint,
ExecutorService executorService)
Deprecated.
Use the
builder instead. |
KmsHsmClusterClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider)
Deprecated.
Use the
builder instead. |
KmsHsmClusterClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration)
Deprecated.
Use the
builder instead. |
KmsHsmClusterClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator)
Deprecated.
Use the
builder instead. |
Modifier and Type | Method and Description |
---|---|
static KmsHsmClusterClient.Builder |
builder()
Create a builder for this client.
|
CancelHsmClusterDeletionResponse |
cancelHsmClusterDeletion(CancelHsmClusterDeletionRequest request)
Cancels deletion of specified HSM Cluster, restores it and associated HSM partitions to
pre-deletion states.
|
ChangeHsmClusterCompartmentResponse |
changeHsmClusterCompartment(ChangeHsmClusterCompartmentRequest request)
Moves a HSM Cluster resource to a different compartment within the same tenancy.
|
void |
close() |
CreateHsmClusterResponse |
createHsmCluster(CreateHsmClusterRequest request)
Creates a new HSM cluster resource.
|
DownloadCertificateSigningRequestResponse |
downloadCertificateSigningRequest(DownloadCertificateSigningRequestRequest request)
Retrieves the certificate signing request for the designated HSM Cluster resource.
|
String |
getClientCommonLibraryVersion() |
protected ClientConfigurator |
getDefaultConfigurator() |
String |
getEndpoint() |
GetHsmClusterResponse |
getHsmCluster(GetHsmClusterRequest request)
Retrieves configuration details for the specified HSM Cluster resource.
|
GetHsmPartitionResponse |
getHsmPartition(GetHsmPartitionRequest request)
Retrieves HSM partition details for the specified HSM cluster.
|
Optional<String> |
getMinimumClientCommonLibraryVersionFromClient() |
KmsHsmClusterPaginators |
getPaginators()
Gets the pre-configured paginators available for list operations in this service which may
return multiple pages of data.
|
GetPreCoUserCredentialsResponse |
getPreCoUserCredentials(GetPreCoUserCredentialsRequest request)
Retrieves Pre Crypto Officer user credentials for the specified HSM cluster.
|
KmsHsmClusterWaiters |
getWaiters()
Gets the pre-configured waiters available for resources for this service.
|
ListHsmClustersResponse |
listHsmClusters(ListHsmClustersRequest request)
Lists all HSM cluster resources contained within the specified compartment.
|
ListHsmPartitionsResponse |
listHsmPartitions(ListHsmPartitionsRequest request)
Lists all HSM partitions within the specified HSM Cluster resource.
|
void |
populateServiceParametersInEndpoint(String endpoint,
Map<String,Object> requiredParametersMap)
Populate the parameters in the endpoint with its corresponding value and update the base
endpoint.
|
void |
refreshClient()
Rebuild the backing
HttpClient . |
ScheduleHsmClusterDeletionResponse |
scheduleHsmClusterDeletion(ScheduleHsmClusterDeletionRequest request)
Schedules HSM cluster for deletion, update its lifecycle state to ‘PENDING_DELETION’ and
deletes it after the retention period.
|
void |
setEndpoint(String endpoint) |
void |
setRegion(Region region)
Sets the region to call (ex, Region.US_PHOENIX_1).
|
void |
setRegion(String regionId)
Sets the region to call (ex, ‘us-phoenix-1’).
|
void |
updateBaseEndpoint(String endpoint)
This method should be used for parameterized endpoint templates only.
|
UpdateHsmClusterResponse |
updateHsmCluster(UpdateHsmClusterRequest request)
Modifies properties of an HSM cluster resource, including
displayName , freeformTags and
definedTags . |
UploadPartitionCertificatesResponse |
uploadPartitionCertificates(UploadPartitionCertificatesRequest request)
Uploads the partition owner certificates to the HSM Cluster resource.
|
void |
useRealmSpecificEndpointTemplate(boolean useOfRealmSpecificEndpointTemplateEnabled)
This method should be used to enable or disable the use of realm-specific endpoint template.
|
clientCall
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getEndpoint, refreshClient, setEndpoint, useRealmSpecificEndpointTemplate
close
public static final Service SERVICE
Service instance for KmsHsmCluster.
public final String clientCommonLibraryVersion
@Deprecated public KmsHsmClusterClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider)
builder
instead.Create a new client instance.
authenticationDetailsProvider
- The authentication details (see KmsHsmClusterClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider)
)@Deprecated public KmsHsmClusterClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration)
builder
instead.Create a new client instance.
authenticationDetailsProvider
- The authentication details (see KmsHsmClusterClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider)
)configuration
- ClientBuilderBase.configuration
@Deprecated public KmsHsmClusterClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator)
builder
instead.Create a new client instance.
authenticationDetailsProvider
- The authentication details (see KmsHsmClusterClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider)
)configuration
- ClientBuilderBase.configuration
clientConfigurator
- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
@Deprecated public KmsHsmClusterClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory)
builder
instead.Create a new client instance.
authenticationDetailsProvider
- The authentication details (see KmsHsmClusterClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider)
)configuration
- ClientBuilderBase.configuration
clientConfigurator
- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
defaultRequestSignerFactory
- ClientBuilderBase.requestSignerFactory
@Deprecated public KmsHsmClusterClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators)
builder
instead.Create a new client instance.
authenticationDetailsProvider
- The authentication details (see KmsHsmClusterClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider)
)configuration
- ClientBuilderBase.configuration
clientConfigurator
- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
defaultRequestSignerFactory
- ClientBuilderBase.requestSignerFactory
additionalClientConfigurators
- ClientBuilderBase.additionalClientConfigurators
@Deprecated public KmsHsmClusterClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators, String endpoint)
builder
instead.Create a new client instance.
authenticationDetailsProvider
- The authentication details (see KmsHsmClusterClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider)
)configuration
- ClientBuilderBase.configuration
clientConfigurator
- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
defaultRequestSignerFactory
- ClientBuilderBase.requestSignerFactory
additionalClientConfigurators
- ClientBuilderBase.additionalClientConfigurators
endpoint
- ClientBuilderBase.endpoint(java.lang.String)
@Deprecated public KmsHsmClusterClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint)
builder
instead.Create a new client instance.
authenticationDetailsProvider
- The authentication details (see KmsHsmClusterClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider)
)configuration
- ClientBuilderBase.configuration
clientConfigurator
- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
defaultRequestSignerFactory
- ClientBuilderBase.requestSignerFactory
additionalClientConfigurators
- ClientBuilderBase.additionalClientConfigurators
endpoint
- ClientBuilderBase.endpoint(java.lang.String)
signingStrategyRequestSignerFactories
- ClientBuilderBase.signingStrategyRequestSignerFactories
@Deprecated public KmsHsmClusterClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint, ExecutorService executorService)
builder
instead.Create a new client instance.
authenticationDetailsProvider
- The authentication details (see KmsHsmClusterClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider)
)configuration
- ClientBuilderBase.configuration
clientConfigurator
- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
defaultRequestSignerFactory
- ClientBuilderBase.requestSignerFactory
additionalClientConfigurators
- ClientBuilderBase.additionalClientConfigurators
endpoint
- ClientBuilderBase.endpoint(java.lang.String)
signingStrategyRequestSignerFactories
- ClientBuilderBase.signingStrategyRequestSignerFactories
executorService
- KmsHsmClusterClient.Builder.executorService
public static KmsHsmClusterClient.Builder builder()
Create a builder for this client.
public void setRegion(Region region)
KmsHsmCluster
Sets the region to call (ex, Region.US_PHOENIX_1).
Note, this will call setEndpoint
after resolving the
endpoint. If the service is not available in this Region, however, an
IllegalArgumentException will be raised.
setRegion
in interface KmsHsmCluster
region
- The region of the service.public void setRegion(String regionId)
KmsHsmCluster
Sets the region to call (ex, ‘us-phoenix-1’).
Note, this will first try to map the region ID to a known Region and call setRegion
.
If no known Region could be determined, it will create an endpoint based on the default
endpoint format (Region.formatDefaultRegionEndpoint(Service, String)
and then call setEndpoint
.
setRegion
in interface KmsHsmCluster
regionId
- The public region ID.public CancelHsmClusterDeletionResponse cancelHsmClusterDeletion(CancelHsmClusterDeletionRequest request)
KmsHsmCluster
Cancels deletion of specified HSM Cluster, restores it and associated HSM partitions to pre-deletion states.
cancelHsmClusterDeletion
in interface KmsHsmCluster
request
- The request object containing the details to sendpublic ChangeHsmClusterCompartmentResponse changeHsmClusterCompartment(ChangeHsmClusterCompartmentRequest request)
KmsHsmCluster
Moves a HSM Cluster resource to a different compartment within the same tenancy.
changeHsmClusterCompartment
in interface KmsHsmCluster
request
- The request object containing the details to sendpublic CreateHsmClusterResponse createHsmCluster(CreateHsmClusterRequest request)
KmsHsmCluster
Creates a new HSM cluster resource.
createHsmCluster
in interface KmsHsmCluster
request
- The request object containing the details to sendpublic DownloadCertificateSigningRequestResponse downloadCertificateSigningRequest(DownloadCertificateSigningRequestRequest request)
KmsHsmCluster
Retrieves the certificate signing request for the designated HSM Cluster resource.
downloadCertificateSigningRequest
in interface KmsHsmCluster
request
- The request object containing the details to sendpublic GetHsmClusterResponse getHsmCluster(GetHsmClusterRequest request)
KmsHsmCluster
Retrieves configuration details for the specified HSM Cluster resource.
As a provisioning operation, this call is subject to a Key Management limit that applies to the total number of requests across all provisioning read operations. Key Management might throttle this call to reject an otherwise valid request when the total rate of provisioning read operations exceeds 10 requests per second for a given tenancy.
getHsmCluster
in interface KmsHsmCluster
request
- The request object containing the details to sendpublic GetHsmPartitionResponse getHsmPartition(GetHsmPartitionRequest request)
KmsHsmCluster
Retrieves HSM partition details for the specified HSM cluster.
getHsmPartition
in interface KmsHsmCluster
request
- The request object containing the details to sendpublic GetPreCoUserCredentialsResponse getPreCoUserCredentials(GetPreCoUserCredentialsRequest request)
KmsHsmCluster
Retrieves Pre Crypto Officer user credentials for the specified HSM cluster.
getPreCoUserCredentials
in interface KmsHsmCluster
request
- The request object containing the details to sendpublic ListHsmClustersResponse listHsmClusters(ListHsmClustersRequest request)
KmsHsmCluster
Lists all HSM cluster resources contained within the specified compartment.
As a provisioning operation, this call is subject to a Key Management limit that applies to the total number of requests across all provisioning read operations. Key Management might throttle this call to reject an otherwise valid request when the total rate of provisioning read operations exceeds 10 requests per second for a given tenancy.
listHsmClusters
in interface KmsHsmCluster
request
- The request object containing the details to sendpublic ListHsmPartitionsResponse listHsmPartitions(ListHsmPartitionsRequest request)
KmsHsmCluster
Lists all HSM partitions within the specified HSM Cluster resource.
listHsmPartitions
in interface KmsHsmCluster
request
- The request object containing the details to sendpublic ScheduleHsmClusterDeletionResponse scheduleHsmClusterDeletion(ScheduleHsmClusterDeletionRequest request)
KmsHsmCluster
Schedules HSM cluster for deletion, update its lifecycle state to ‘PENDING_DELETION’ and deletes it after the retention period.
scheduleHsmClusterDeletion
in interface KmsHsmCluster
request
- The request object containing the details to sendpublic UpdateHsmClusterResponse updateHsmCluster(UpdateHsmClusterRequest request)
KmsHsmCluster
Modifies properties of an HSM cluster resource, including displayName
, freeformTags
and
definedTags
.
As a provisioning operation, this call is subject to a Key Management limit that applies to the total number of requests across all provisioning write operations. Key Management might throttle this call to reject an otherwise valid request when the total rate of provisioning write operations exceeds 10 requests per second for a given tenancy.
updateHsmCluster
in interface KmsHsmCluster
request
- The request object containing the details to sendpublic UploadPartitionCertificatesResponse uploadPartitionCertificates(UploadPartitionCertificatesRequest request)
KmsHsmCluster
Uploads the partition owner certificates to the HSM Cluster resource.
uploadPartitionCertificates
in interface KmsHsmCluster
request
- The request object containing the details to sendpublic KmsHsmClusterWaiters getWaiters()
KmsHsmCluster
Gets the pre-configured waiters available for resources for this service.
getWaiters
in interface KmsHsmCluster
public KmsHsmClusterPaginators getPaginators()
KmsHsmCluster
Gets the pre-configured paginators available for list operations in this service which may
return multiple pages of data. These paginators provide an Iterable
interface so that service responses, or resources/records, can be iterated through without
having to manually deal with pagination and page tokens.
getPaginators
in interface KmsHsmCluster
protected ClientConfigurator getDefaultConfigurator()
public void useRealmSpecificEndpointTemplate(boolean useOfRealmSpecificEndpointTemplateEnabled)
useOfRealmSpecificEndpointTemplateEnabled
- This flag can be set to true or false to
enable or disable the use of realm-specific endpoint template respectivelypublic final void populateServiceParametersInEndpoint(String endpoint, Map<String,Object> requiredParametersMap)
endpoint
- The endpoint template in userequiredParametersMap
- Map of parameter name as key and value set in request path or
query parameter as valuepublic final void updateBaseEndpoint(String endpoint)
endpoint
- The updated endpoint to usepublic final void setEndpoint(String endpoint)
public final String getEndpoint()
public final void refreshClient()
HttpClient
. This will call ClientConfigurator
s again, and
can be used to e.g. refresh the SSL certificate.public final void close()
close
in interface AutoCloseable
public String getClientCommonLibraryVersion()
Copyright © 2016–2024. All rights reserved.