Uses of Interface
software.amazon.awssdk.services.cloudhsm.model.GetConfigRequest.Builder
-
Packages that use GetConfigRequest.Builder Package Description software.amazon.awssdk.services.cloudhsm AWS CloudHSM Service software.amazon.awssdk.services.cloudhsm.model -
-
Uses of GetConfigRequest.Builder in software.amazon.awssdk.services.cloudhsm
Method parameters in software.amazon.awssdk.services.cloudhsm with type arguments of type GetConfigRequest.Builder Modifier and Type Method Description default CompletableFuture<GetConfigResponse>CloudHsmAsyncClient. getConfig(Consumer<GetConfigRequest.Builder> getConfigRequest)Deprecated.This API is deprecated.default GetConfigResponseCloudHsmClient. getConfig(Consumer<GetConfigRequest.Builder> getConfigRequest)Deprecated.This API is deprecated. -
Uses of GetConfigRequest.Builder in software.amazon.awssdk.services.cloudhsm.model
Methods in software.amazon.awssdk.services.cloudhsm.model that return GetConfigRequest.Builder Modifier and Type Method Description static GetConfigRequest.BuilderGetConfigRequest. builder()GetConfigRequest.BuilderGetConfigRequest.Builder. clientArn(String clientArn)The ARN of the client.GetConfigRequest.BuilderGetConfigRequest.Builder. clientVersion(String clientVersion)The client version.GetConfigRequest.BuilderGetConfigRequest.Builder. clientVersion(ClientVersion clientVersion)The client version.GetConfigRequest.BuilderGetConfigRequest.Builder. hapgList(String... hapgList)A list of ARNs that identify the high-availability partition groups that are associated with the client.GetConfigRequest.BuilderGetConfigRequest.Builder. hapgList(Collection<String> hapgList)A list of ARNs that identify the high-availability partition groups that are associated with the client.GetConfigRequest.BuilderGetConfigRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetConfigRequest.BuilderGetConfigRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetConfigRequest.BuilderGetConfigRequest. toBuilder()Methods in software.amazon.awssdk.services.cloudhsm.model that return types with arguments of type GetConfigRequest.Builder Modifier and Type Method Description static Class<? extends GetConfigRequest.Builder>GetConfigRequest. serializableBuilderClass()
-