Uses of Class
com.amazonaws.services.cloudhsm.model.GetConfigResult
-
Packages that use GetConfigResult Package Description com.amazonaws.services.cloudhsm com.amazonaws.services.cloudhsm.model -
-
Uses of GetConfigResult in com.amazonaws.services.cloudhsm
Methods in com.amazonaws.services.cloudhsm that return GetConfigResult Modifier and Type Method Description GetConfigResult
AbstractAWSCloudHSM. getConfig(GetConfigRequest request)
GetConfigResult
AWSCloudHSM. getConfig(GetConfigRequest getConfigRequest)
Gets the configuration files necessary to connect to all high availability partition groups the client is associated with.GetConfigResult
AWSCloudHSMClient. getConfig(GetConfigRequest getConfigRequest)
Gets the configuration files necessary to connect to all high availability partition groups the client is associated with.Methods in com.amazonaws.services.cloudhsm that return types with arguments of type GetConfigResult Modifier and Type Method Description 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 GetConfigResult 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 GetConfigResult in com.amazonaws.services.cloudhsm.model
Methods in com.amazonaws.services.cloudhsm.model that return GetConfigResult Modifier and Type Method Description GetConfigResult
GetConfigResult. clone()
GetConfigResult
GetConfigResult. withConfigCred(String configCred)
The certificate file containing the server.pem files of the HSMs.GetConfigResult
GetConfigResult. withConfigFile(String configFile)
The chrystoki.conf configuration file.GetConfigResult
GetConfigResult. withConfigType(String configType)
The type of credentials.
-