Uses of Interface
software.amazon.awssdk.services.iotsitewise.model.PutDefaultEncryptionConfigurationRequest.Builder
-
Packages that use PutDefaultEncryptionConfigurationRequest.Builder Package Description software.amazon.awssdk.services.iotsitewise Welcome to the IoT SiteWise API Reference.software.amazon.awssdk.services.iotsitewise.model -
-
Uses of PutDefaultEncryptionConfigurationRequest.Builder in software.amazon.awssdk.services.iotsitewise
Method parameters in software.amazon.awssdk.services.iotsitewise with type arguments of type PutDefaultEncryptionConfigurationRequest.Builder Modifier and Type Method Description default CompletableFuture<PutDefaultEncryptionConfigurationResponse>IoTSiteWiseAsyncClient. putDefaultEncryptionConfiguration(Consumer<PutDefaultEncryptionConfigurationRequest.Builder> putDefaultEncryptionConfigurationRequest)Sets the default encryption configuration for the Amazon Web Services account.default PutDefaultEncryptionConfigurationResponseIoTSiteWiseClient. putDefaultEncryptionConfiguration(Consumer<PutDefaultEncryptionConfigurationRequest.Builder> putDefaultEncryptionConfigurationRequest)Sets the default encryption configuration for the Amazon Web Services account. -
Uses of PutDefaultEncryptionConfigurationRequest.Builder in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return PutDefaultEncryptionConfigurationRequest.Builder Modifier and Type Method Description static PutDefaultEncryptionConfigurationRequest.BuilderPutDefaultEncryptionConfigurationRequest. builder()PutDefaultEncryptionConfigurationRequest.BuilderPutDefaultEncryptionConfigurationRequest.Builder. encryptionType(String encryptionType)The type of encryption used for the encryption configuration.PutDefaultEncryptionConfigurationRequest.BuilderPutDefaultEncryptionConfigurationRequest.Builder. encryptionType(EncryptionType encryptionType)The type of encryption used for the encryption configuration.PutDefaultEncryptionConfigurationRequest.BuilderPutDefaultEncryptionConfigurationRequest.Builder. kmsKeyId(String kmsKeyId)The Key ID of the customer managed key used for KMS encryption.PutDefaultEncryptionConfigurationRequest.BuilderPutDefaultEncryptionConfigurationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutDefaultEncryptionConfigurationRequest.BuilderPutDefaultEncryptionConfigurationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutDefaultEncryptionConfigurationRequest.BuilderPutDefaultEncryptionConfigurationRequest. toBuilder()Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type PutDefaultEncryptionConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends PutDefaultEncryptionConfigurationRequest.Builder>PutDefaultEncryptionConfigurationRequest. serializableBuilderClass()
-