Uses of Interface
software.amazon.awssdk.services.iotfleetwise.model.PutEncryptionConfigurationRequest.Builder
-
Packages that use PutEncryptionConfigurationRequest.Builder 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.software.amazon.awssdk.services.iotfleetwise.model -
-
Uses of PutEncryptionConfigurationRequest.Builder in software.amazon.awssdk.services.iotfleetwise
Method parameters in software.amazon.awssdk.services.iotfleetwise with type arguments of type PutEncryptionConfigurationRequest.Builder Modifier and Type Method Description default CompletableFuture<PutEncryptionConfigurationResponse>IoTFleetWiseAsyncClient. putEncryptionConfiguration(Consumer<PutEncryptionConfigurationRequest.Builder> putEncryptionConfigurationRequest)Creates or updates the encryption configuration.default PutEncryptionConfigurationResponseIoTFleetWiseClient. putEncryptionConfiguration(Consumer<PutEncryptionConfigurationRequest.Builder> putEncryptionConfigurationRequest)Creates or updates the encryption configuration. -
Uses of PutEncryptionConfigurationRequest.Builder in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return types with arguments of type PutEncryptionConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends PutEncryptionConfigurationRequest.Builder>PutEncryptionConfigurationRequest. serializableBuilderClass()
-