Uses of Interface
software.amazon.awssdk.services.xray.model.GetEncryptionConfigRequest.Builder
-
Packages that use GetEncryptionConfigRequest.Builder 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.software.amazon.awssdk.services.xray.model -
-
Uses of GetEncryptionConfigRequest.Builder in software.amazon.awssdk.services.xray
Method parameters in software.amazon.awssdk.services.xray with type arguments of type GetEncryptionConfigRequest.Builder Modifier and Type Method Description default CompletableFuture<GetEncryptionConfigResponse>XRayAsyncClient. getEncryptionConfig(Consumer<GetEncryptionConfigRequest.Builder> getEncryptionConfigRequest)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. -
Uses of GetEncryptionConfigRequest.Builder in software.amazon.awssdk.services.xray.model
Methods in software.amazon.awssdk.services.xray.model that return GetEncryptionConfigRequest.Builder Modifier and Type Method Description static GetEncryptionConfigRequest.BuilderGetEncryptionConfigRequest. builder()GetEncryptionConfigRequest.BuilderGetEncryptionConfigRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetEncryptionConfigRequest.BuilderGetEncryptionConfigRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetEncryptionConfigRequest.BuilderGetEncryptionConfigRequest. toBuilder()Methods in software.amazon.awssdk.services.xray.model that return types with arguments of type GetEncryptionConfigRequest.Builder Modifier and Type Method Description static Class<? extends GetEncryptionConfigRequest.Builder>GetEncryptionConfigRequest. serializableBuilderClass()
-