Uses of Class
software.amazon.awssdk.services.xray.model.GetEncryptionConfigResponse
-
Packages that use GetEncryptionConfigResponse Package Description software.amazon.awssdk.services.xray Amazon Web Services X-Ray provides APIs for managing debug traces and retrieving service maps and other data created by processing those traces. -
-
Uses of GetEncryptionConfigResponse in software.amazon.awssdk.services.xray
Methods in software.amazon.awssdk.services.xray that return GetEncryptionConfigResponse Modifier and Type Method Description default GetEncryptionConfigResponseXRayClient. getEncryptionConfig()Retrieves the current encryption configuration for X-Ray data.default GetEncryptionConfigResponseXRayClient. getEncryptionConfig(Consumer<GetEncryptionConfigRequest.Builder> getEncryptionConfigRequest)Retrieves the current encryption configuration for X-Ray data.default GetEncryptionConfigResponseXRayClient. getEncryptionConfig(GetEncryptionConfigRequest getEncryptionConfigRequest)Retrieves the current encryption configuration for X-Ray data.Methods in software.amazon.awssdk.services.xray that return types with arguments of type GetEncryptionConfigResponse Modifier and Type Method Description default CompletableFuture<GetEncryptionConfigResponse>XRayAsyncClient. getEncryptionConfig()Retrieves the current encryption configuration for X-Ray data.default CompletableFuture<GetEncryptionConfigResponse>XRayAsyncClient. getEncryptionConfig(Consumer<GetEncryptionConfigRequest.Builder> getEncryptionConfigRequest)Retrieves the current encryption configuration for X-Ray data.default CompletableFuture<GetEncryptionConfigResponse>XRayAsyncClient. getEncryptionConfig(GetEncryptionConfigRequest getEncryptionConfigRequest)Retrieves the current encryption configuration for X-Ray data.
-