Uses of Class
com.amazonaws.services.cloudhsm.model.GetConfigRequest
-
Packages that use GetConfigRequest Package Description com.amazonaws.services.cloudhsm com.amazonaws.services.cloudhsm.model -
-
Uses of GetConfigRequest in com.amazonaws.services.cloudhsm
Methods in com.amazonaws.services.cloudhsm with parameters of type GetConfigRequest Modifier and Type Method Description GetConfigResultAbstractAWSCloudHSM. getConfig(GetConfigRequest request)GetConfigResultAWSCloudHSM. getConfig(GetConfigRequest getConfigRequest)Gets the configuration files necessary to connect to all high availability partition groups the client is associated with.GetConfigResultAWSCloudHSMClient. getConfig(GetConfigRequest getConfigRequest)Gets the configuration files necessary to connect to all high availability partition groups the client is associated with.Future<GetConfigResult>AbstractAWSCloudHSMAsync. getConfigAsync(GetConfigRequest request)Future<GetConfigResult>AbstractAWSCloudHSMAsync. getConfigAsync(GetConfigRequest request, AsyncHandler<GetConfigRequest,GetConfigResult> asyncHandler)Future<GetConfigResult>AWSCloudHSMAsync. getConfigAsync(GetConfigRequest getConfigRequest)Gets the configuration files necessary to connect to all high availability partition groups the client is associated with.Future<GetConfigResult>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.Future<GetConfigResult>AWSCloudHSMAsyncClient. getConfigAsync(GetConfigRequest request)Future<GetConfigResult>AWSCloudHSMAsyncClient. getConfigAsync(GetConfigRequest request, AsyncHandler<GetConfigRequest,GetConfigResult> asyncHandler)Method parameters in com.amazonaws.services.cloudhsm with type arguments of type GetConfigRequest Modifier and Type Method Description Future<GetConfigResult>AbstractAWSCloudHSMAsync. getConfigAsync(GetConfigRequest request, AsyncHandler<GetConfigRequest,GetConfigResult> asyncHandler)Future<GetConfigResult>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.Future<GetConfigResult>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 GetConfigRequest Modifier and Type Method Description GetConfigRequestGetConfigRequest. clone()GetConfigRequestGetConfigRequest. withClientArn(String clientArn)The ARN of the client.GetConfigRequestGetConfigRequest. withClientVersion(ClientVersion clientVersion)The client version.GetConfigRequestGetConfigRequest. withClientVersion(String clientVersion)The client version.GetConfigRequestGetConfigRequest. withHapgList(String... hapgList)A list of ARNs that identify the high-availability partition groups that are associated with the client.GetConfigRequestGetConfigRequest. withHapgList(Collection<String> hapgList)A list of ARNs that identify the high-availability partition groups that are associated with the client.
-