Uses of Interface
software.amazon.awssdk.services.iotfleetwise.model.GetEncryptionConfigurationRequest.Builder
-
Packages that use GetEncryptionConfigurationRequest.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 GetEncryptionConfigurationRequest.Builder in software.amazon.awssdk.services.iotfleetwise
Method parameters in software.amazon.awssdk.services.iotfleetwise with type arguments of type GetEncryptionConfigurationRequest.Builder Modifier and Type Method Description default CompletableFuture<GetEncryptionConfigurationResponse>IoTFleetWiseAsyncClient. getEncryptionConfiguration(Consumer<GetEncryptionConfigurationRequest.Builder> getEncryptionConfigurationRequest)Retrieves the encryption configuration for resources and data in Amazon Web Services IoT FleetWise.default GetEncryptionConfigurationResponseIoTFleetWiseClient. getEncryptionConfiguration(Consumer<GetEncryptionConfigurationRequest.Builder> getEncryptionConfigurationRequest)Retrieves the encryption configuration for resources and data in Amazon Web Services IoT FleetWise. -
Uses of GetEncryptionConfigurationRequest.Builder in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return GetEncryptionConfigurationRequest.Builder Modifier and Type Method Description static GetEncryptionConfigurationRequest.BuilderGetEncryptionConfigurationRequest. builder()GetEncryptionConfigurationRequest.BuilderGetEncryptionConfigurationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetEncryptionConfigurationRequest.BuilderGetEncryptionConfigurationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetEncryptionConfigurationRequest.BuilderGetEncryptionConfigurationRequest. toBuilder()Methods in software.amazon.awssdk.services.iotfleetwise.model that return types with arguments of type GetEncryptionConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends GetEncryptionConfigurationRequest.Builder>GetEncryptionConfigurationRequest. serializableBuilderClass()
-