Uses of Class
software.amazon.awssdk.services.iotsitewise.model.PutDefaultEncryptionConfigurationResponse
-
Packages that use PutDefaultEncryptionConfigurationResponse Package Description software.amazon.awssdk.services.iotsitewise Welcome to the IoT SiteWise API Reference. -
-
Uses of PutDefaultEncryptionConfigurationResponse in software.amazon.awssdk.services.iotsitewise
Methods in software.amazon.awssdk.services.iotsitewise that return PutDefaultEncryptionConfigurationResponse Modifier and Type Method Description default PutDefaultEncryptionConfigurationResponseIoTSiteWiseClient. putDefaultEncryptionConfiguration(Consumer<PutDefaultEncryptionConfigurationRequest.Builder> putDefaultEncryptionConfigurationRequest)Sets the default encryption configuration for the Amazon Web Services account.default PutDefaultEncryptionConfigurationResponseIoTSiteWiseClient. putDefaultEncryptionConfiguration(PutDefaultEncryptionConfigurationRequest putDefaultEncryptionConfigurationRequest)Sets the default encryption configuration for the Amazon Web Services account.Methods in software.amazon.awssdk.services.iotsitewise that return types with arguments of type PutDefaultEncryptionConfigurationResponse 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 CompletableFuture<PutDefaultEncryptionConfigurationResponse>IoTSiteWiseAsyncClient. putDefaultEncryptionConfiguration(PutDefaultEncryptionConfigurationRequest putDefaultEncryptionConfigurationRequest)Sets the default encryption configuration for the Amazon Web Services account.
-