| 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 |
|---|---|
GetEncryptionConfigurationResult |
AWSIoTFleetWiseClient.getEncryptionConfiguration(GetEncryptionConfigurationRequest request)
Retrieves the encryption configuration for resources and data in Amazon Web Services IoT FleetWise.
|
GetEncryptionConfigurationResult |
AWSIoTFleetWise.getEncryptionConfiguration(GetEncryptionConfigurationRequest getEncryptionConfigurationRequest)
Retrieves the encryption configuration for resources and data in Amazon Web Services IoT FleetWise.
|
GetEncryptionConfigurationResult |
AbstractAWSIoTFleetWise.getEncryptionConfiguration(GetEncryptionConfigurationRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetEncryptionConfigurationResult> |
AWSIoTFleetWiseAsyncClient.getEncryptionConfigurationAsync(GetEncryptionConfigurationRequest request,
AsyncHandler<GetEncryptionConfigurationRequest,GetEncryptionConfigurationResult> asyncHandler) |
Future<GetEncryptionConfigurationResult> |
AWSIoTFleetWiseAsync.getEncryptionConfigurationAsync(GetEncryptionConfigurationRequest getEncryptionConfigurationRequest,
AsyncHandler<GetEncryptionConfigurationRequest,GetEncryptionConfigurationResult> asyncHandler)
Retrieves the encryption configuration for resources and data in Amazon Web Services IoT FleetWise.
|
Future<GetEncryptionConfigurationResult> |
AbstractAWSIoTFleetWiseAsync.getEncryptionConfigurationAsync(GetEncryptionConfigurationRequest request,
AsyncHandler<GetEncryptionConfigurationRequest,GetEncryptionConfigurationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetEncryptionConfigurationResult |
GetEncryptionConfigurationResult.clone() |
GetEncryptionConfigurationResult |
GetEncryptionConfigurationResult.withCreationTime(Date creationTime)
The time when encryption was configured in seconds since epoch (January 1, 1970 at midnight UTC time).
|
GetEncryptionConfigurationResult |
GetEncryptionConfigurationResult.withEncryptionStatus(EncryptionStatus encryptionStatus)
The encryption status.
|
GetEncryptionConfigurationResult |
GetEncryptionConfigurationResult.withEncryptionStatus(String encryptionStatus)
The encryption status.
|
GetEncryptionConfigurationResult |
GetEncryptionConfigurationResult.withEncryptionType(EncryptionType encryptionType)
The type of encryption.
|
GetEncryptionConfigurationResult |
GetEncryptionConfigurationResult.withEncryptionType(String encryptionType)
The type of encryption.
|
GetEncryptionConfigurationResult |
GetEncryptionConfigurationResult.withErrorMessage(String errorMessage)
The error message that describes why encryption settings couldn't be configured, if applicable.
|
GetEncryptionConfigurationResult |
GetEncryptionConfigurationResult.withKmsKeyId(String kmsKeyId)
The ID of the KMS key that is used for encryption.
|
GetEncryptionConfigurationResult |
GetEncryptionConfigurationResult.withLastModificationTime(Date lastModificationTime)
The time when encryption was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
|
Copyright © 2025. All rights reserved.