Uses of Class
com.amazonaws.services.cloudhsm.model.GetConfigRequest
Packages that use GetConfigRequest
-
Uses of GetConfigRequest in com.amazonaws.services.cloudhsm
Methods in com.amazonaws.services.cloudhsm with parameters of type GetConfigRequestModifier and TypeMethodDescriptionAbstractAWSCloudHSM.getConfig
(GetConfigRequest request) AWSCloudHSM.getConfig
(GetConfigRequest getConfigRequest) Gets the configuration files necessary to connect to all high availability partition groups the client is associated with.AWSCloudHSMClient.getConfig
(GetConfigRequest getConfigRequest) Gets the configuration files necessary to connect to all high availability partition groups the client is associated with.AbstractAWSCloudHSMAsync.getConfigAsync
(GetConfigRequest request) AbstractAWSCloudHSMAsync.getConfigAsync
(GetConfigRequest request, AsyncHandler<GetConfigRequest, GetConfigResult> asyncHandler) AWSCloudHSMAsync.getConfigAsync
(GetConfigRequest getConfigRequest) Gets the configuration files necessary to connect to all high availability partition groups the client is associated with.AWSCloudHSMAsync.getConfigAsync
(GetConfigRequest getConfigRequest, AsyncHandler<GetConfigRequest, GetConfigResult> asyncHandler) Gets the configuration files necessary to connect to all high availability partition groups the client is associated with.AWSCloudHSMAsyncClient.getConfigAsync
(GetConfigRequest request) AWSCloudHSMAsyncClient.getConfigAsync
(GetConfigRequest request, AsyncHandler<GetConfigRequest, GetConfigResult> asyncHandler) Method parameters in com.amazonaws.services.cloudhsm with type arguments of type GetConfigRequestModifier and TypeMethodDescriptionAbstractAWSCloudHSMAsync.getConfigAsync
(GetConfigRequest request, AsyncHandler<GetConfigRequest, GetConfigResult> asyncHandler) AWSCloudHSMAsync.getConfigAsync
(GetConfigRequest getConfigRequest, AsyncHandler<GetConfigRequest, GetConfigResult> asyncHandler) Gets the configuration files necessary to connect to all high availability partition groups the client is associated with.AWSCloudHSMAsyncClient.getConfigAsync
(GetConfigRequest request, AsyncHandler<GetConfigRequest, GetConfigResult> asyncHandler) -
Uses of GetConfigRequest in com.amazonaws.services.cloudhsm.model
Methods in com.amazonaws.services.cloudhsm.model that return GetConfigRequestModifier and TypeMethodDescriptionGetConfigRequest.clone()
GetConfigRequest.withClientArn
(String clientArn) The ARN of the client.GetConfigRequest.withClientVersion
(ClientVersion clientVersion) The client version.GetConfigRequest.withClientVersion
(String clientVersion) The client version.GetConfigRequest.withHapgList
(String... hapgList) A list of ARNs that identify the high-availability partition groups that are associated with the client.GetConfigRequest.withHapgList
(Collection<String> hapgList) A list of ARNs that identify the high-availability partition groups that are associated with the client.