| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.iotfleetwise.model |
| Modifier and Type | Method and Description |
|---|---|
Future<PutEncryptionConfigurationResult> |
AWSIoTFleetWiseAsyncClient.putEncryptionConfigurationAsync(PutEncryptionConfigurationRequest request,
AsyncHandler<PutEncryptionConfigurationRequest,PutEncryptionConfigurationResult> asyncHandler) |
Future<PutEncryptionConfigurationResult> |
AbstractAWSIoTFleetWiseAsync.putEncryptionConfigurationAsync(PutEncryptionConfigurationRequest request,
AsyncHandler<PutEncryptionConfigurationRequest,PutEncryptionConfigurationResult> asyncHandler) |
Future<PutEncryptionConfigurationResult> |
AWSIoTFleetWiseAsync.putEncryptionConfigurationAsync(PutEncryptionConfigurationRequest putEncryptionConfigurationRequest,
AsyncHandler<PutEncryptionConfigurationRequest,PutEncryptionConfigurationResult> asyncHandler)
Creates or updates the encryption configuration.
|
| Modifier and Type | Method and Description |
|---|---|
PutEncryptionConfigurationRequest |
PutEncryptionConfigurationRequest.clone() |
PutEncryptionConfigurationRequest |
PutEncryptionConfigurationRequest.withEncryptionType(EncryptionType encryptionType)
The type of encryption.
|
PutEncryptionConfigurationRequest |
PutEncryptionConfigurationRequest.withEncryptionType(String encryptionType)
The type of encryption.
|
PutEncryptionConfigurationRequest |
PutEncryptionConfigurationRequest.withKmsKeyId(String kmsKeyId)
The ID of the KMS key that is used for encryption.
|
Copyright © 2023. All rights reserved.