Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.PutEncryptionConfigurationResponse
-
Packages that use PutEncryptionConfigurationResponse Package Description software.amazon.awssdk.services.iotfleetwise Amazon Web Services IoT FleetWise is a fully managed service that you can use to collect, model, and transfer vehicle data to the Amazon Web Services cloud at scale. -
-
Uses of PutEncryptionConfigurationResponse in software.amazon.awssdk.services.iotfleetwise
Methods in software.amazon.awssdk.services.iotfleetwise that return PutEncryptionConfigurationResponse Modifier and Type Method Description default PutEncryptionConfigurationResponseIoTFleetWiseClient. putEncryptionConfiguration(Consumer<PutEncryptionConfigurationRequest.Builder> putEncryptionConfigurationRequest)Creates or updates the encryption configuration.default PutEncryptionConfigurationResponseIoTFleetWiseClient. putEncryptionConfiguration(PutEncryptionConfigurationRequest putEncryptionConfigurationRequest)Creates or updates the encryption configuration.Methods in software.amazon.awssdk.services.iotfleetwise that return types with arguments of type PutEncryptionConfigurationResponse Modifier and Type Method Description default CompletableFuture<PutEncryptionConfigurationResponse>IoTFleetWiseAsyncClient. putEncryptionConfiguration(Consumer<PutEncryptionConfigurationRequest.Builder> putEncryptionConfigurationRequest)Creates or updates the encryption configuration.default CompletableFuture<PutEncryptionConfigurationResponse>IoTFleetWiseAsyncClient. putEncryptionConfiguration(PutEncryptionConfigurationRequest putEncryptionConfigurationRequest)Creates or updates the encryption configuration.
-