Uses of Class
software.amazon.awssdk.services.cloudhsm.model.GetConfigResponse
-
Packages that use GetConfigResponse Package Description software.amazon.awssdk.services.cloudhsm AWS CloudHSM Service -
-
Uses of GetConfigResponse in software.amazon.awssdk.services.cloudhsm
Methods in software.amazon.awssdk.services.cloudhsm that return GetConfigResponse Modifier and Type Method Description default GetConfigResponseCloudHsmClient. getConfig(Consumer<GetConfigRequest.Builder> getConfigRequest)Deprecated.This API is deprecated.default GetConfigResponseCloudHsmClient. getConfig(GetConfigRequest getConfigRequest)Deprecated.This API is deprecated.Methods in software.amazon.awssdk.services.cloudhsm that return types with arguments of type GetConfigResponse Modifier and Type Method Description default CompletableFuture<GetConfigResponse>CloudHsmAsyncClient. getConfig(Consumer<GetConfigRequest.Builder> getConfigRequest)Deprecated.This API is deprecated.default CompletableFuture<GetConfigResponse>CloudHsmAsyncClient. getConfig(GetConfigRequest getConfigRequest)Deprecated.This API is deprecated.
-