Uses of Class
software.amazon.awssdk.services.xray.model.PutEncryptionConfigResponse
-
Packages that use PutEncryptionConfigResponse 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 PutEncryptionConfigResponse in software.amazon.awssdk.services.xray
Methods in software.amazon.awssdk.services.xray that return PutEncryptionConfigResponse Modifier and Type Method Description default PutEncryptionConfigResponseXRayClient. putEncryptionConfig(Consumer<PutEncryptionConfigRequest.Builder> putEncryptionConfigRequest)Updates the encryption configuration for X-Ray data.default PutEncryptionConfigResponseXRayClient. putEncryptionConfig(PutEncryptionConfigRequest putEncryptionConfigRequest)Updates the encryption configuration for X-Ray data.Methods in software.amazon.awssdk.services.xray that return types with arguments of type PutEncryptionConfigResponse Modifier and Type Method Description default CompletableFuture<PutEncryptionConfigResponse>XRayAsyncClient. putEncryptionConfig(Consumer<PutEncryptionConfigRequest.Builder> putEncryptionConfigRequest)Updates the encryption configuration for X-Ray data.default CompletableFuture<PutEncryptionConfigResponse>XRayAsyncClient. putEncryptionConfig(PutEncryptionConfigRequest putEncryptionConfigRequest)Updates the encryption configuration for X-Ray data.
-