Uses of Interface
software.amazon.awssdk.services.xray.model.PutEncryptionConfigResponse.Builder
-
Packages that use PutEncryptionConfigResponse.Builder Package Description software.amazon.awssdk.services.xray.model -
-
Uses of PutEncryptionConfigResponse.Builder in software.amazon.awssdk.services.xray.model
Methods in software.amazon.awssdk.services.xray.model that return PutEncryptionConfigResponse.Builder Modifier and Type Method Description static PutEncryptionConfigResponse.BuilderPutEncryptionConfigResponse. builder()default PutEncryptionConfigResponse.BuilderPutEncryptionConfigResponse.Builder. encryptionConfig(Consumer<EncryptionConfig.Builder> encryptionConfig)The new encryption configuration.PutEncryptionConfigResponse.BuilderPutEncryptionConfigResponse.Builder. encryptionConfig(EncryptionConfig encryptionConfig)The new encryption configuration.PutEncryptionConfigResponse.BuilderPutEncryptionConfigResponse. toBuilder()Methods in software.amazon.awssdk.services.xray.model that return types with arguments of type PutEncryptionConfigResponse.Builder Modifier and Type Method Description static Class<? extends PutEncryptionConfigResponse.Builder>PutEncryptionConfigResponse. serializableBuilderClass()
-