| 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 |
|---|---|
PutEncryptionConfigurationResult |
AWSIoTFleetWiseClient.putEncryptionConfiguration(PutEncryptionConfigurationRequest request)
Creates or updates the encryption configuration.
|
PutEncryptionConfigurationResult |
AWSIoTFleetWise.putEncryptionConfiguration(PutEncryptionConfigurationRequest putEncryptionConfigurationRequest)
Creates or updates the encryption configuration.
|
PutEncryptionConfigurationResult |
AbstractAWSIoTFleetWise.putEncryptionConfiguration(PutEncryptionConfigurationRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<PutEncryptionConfigurationResult> |
AWSIoTFleetWiseAsyncClient.putEncryptionConfigurationAsync(PutEncryptionConfigurationRequest request,
AsyncHandler<PutEncryptionConfigurationRequest,PutEncryptionConfigurationResult> asyncHandler) |
Future<PutEncryptionConfigurationResult> |
AWSIoTFleetWiseAsync.putEncryptionConfigurationAsync(PutEncryptionConfigurationRequest putEncryptionConfigurationRequest,
AsyncHandler<PutEncryptionConfigurationRequest,PutEncryptionConfigurationResult> asyncHandler)
Creates or updates the encryption configuration.
|
Future<PutEncryptionConfigurationResult> |
AbstractAWSIoTFleetWiseAsync.putEncryptionConfigurationAsync(PutEncryptionConfigurationRequest request,
AsyncHandler<PutEncryptionConfigurationRequest,PutEncryptionConfigurationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
PutEncryptionConfigurationResult |
PutEncryptionConfigurationResult.clone() |
PutEncryptionConfigurationResult |
PutEncryptionConfigurationResult.withEncryptionStatus(EncryptionStatus encryptionStatus)
The encryption status.
|
PutEncryptionConfigurationResult |
PutEncryptionConfigurationResult.withEncryptionStatus(String encryptionStatus)
The encryption status.
|
PutEncryptionConfigurationResult |
PutEncryptionConfigurationResult.withEncryptionType(EncryptionType encryptionType)
The type of encryption.
|
PutEncryptionConfigurationResult |
PutEncryptionConfigurationResult.withEncryptionType(String encryptionType)
The type of encryption.
|
PutEncryptionConfigurationResult |
PutEncryptionConfigurationResult.withKmsKeyId(String kmsKeyId)
The ID of the KMS key that is used for encryption.
|
Copyright © 2024. All rights reserved.