Uses of Interface
software.amazon.awssdk.services.xray.model.PutEncryptionConfigRequest.Builder
-
Packages that use PutEncryptionConfigRequest.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 PutEncryptionConfigRequest.Builder in software.amazon.awssdk.services.xray
Method parameters in software.amazon.awssdk.services.xray with type arguments of type PutEncryptionConfigRequest.Builder Modifier and Type Method Description default CompletableFuture<PutEncryptionConfigResponse>XRayAsyncClient. putEncryptionConfig(Consumer<PutEncryptionConfigRequest.Builder> putEncryptionConfigRequest)Updates the encryption configuration for X-Ray data.default PutEncryptionConfigResponseXRayClient. putEncryptionConfig(Consumer<PutEncryptionConfigRequest.Builder> putEncryptionConfigRequest)Updates the encryption configuration for X-Ray data. -
Uses of PutEncryptionConfigRequest.Builder in software.amazon.awssdk.services.xray.model
Methods in software.amazon.awssdk.services.xray.model that return PutEncryptionConfigRequest.Builder Modifier and Type Method Description static PutEncryptionConfigRequest.BuilderPutEncryptionConfigRequest. builder()PutEncryptionConfigRequest.BuilderPutEncryptionConfigRequest.Builder. keyId(String keyId)An Amazon Web Services KMS key in one of the following formats:PutEncryptionConfigRequest.BuilderPutEncryptionConfigRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutEncryptionConfigRequest.BuilderPutEncryptionConfigRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutEncryptionConfigRequest.BuilderPutEncryptionConfigRequest. toBuilder()PutEncryptionConfigRequest.BuilderPutEncryptionConfigRequest.Builder. type(String type)The type of encryption.PutEncryptionConfigRequest.BuilderPutEncryptionConfigRequest.Builder. type(EncryptionType type)The type of encryption.Methods in software.amazon.awssdk.services.xray.model that return types with arguments of type PutEncryptionConfigRequest.Builder Modifier and Type Method Description static Class<? extends PutEncryptionConfigRequest.Builder>PutEncryptionConfigRequest. serializableBuilderClass()
-