Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
GetInstanceTpmEkPubResult |
AbstractAmazonEC2.getInstanceTpmEkPub(GetInstanceTpmEkPubRequest request) |
GetInstanceTpmEkPubResult |
AmazonEC2Client.getInstanceTpmEkPub(GetInstanceTpmEkPubRequest request)
Gets the public endorsement key associated with the Nitro Trusted Platform Module (NitroTPM) for the specified
instance.
|
GetInstanceTpmEkPubResult |
AmazonEC2.getInstanceTpmEkPub(GetInstanceTpmEkPubRequest getInstanceTpmEkPubRequest)
Gets the public endorsement key associated with the Nitro Trusted Platform Module (NitroTPM) for the specified
instance.
|
Modifier and Type | Method and Description |
---|---|
Future<GetInstanceTpmEkPubResult> |
AbstractAmazonEC2Async.getInstanceTpmEkPubAsync(GetInstanceTpmEkPubRequest request,
AsyncHandler<GetInstanceTpmEkPubRequest,GetInstanceTpmEkPubResult> asyncHandler) |
Future<GetInstanceTpmEkPubResult> |
AmazonEC2Async.getInstanceTpmEkPubAsync(GetInstanceTpmEkPubRequest getInstanceTpmEkPubRequest,
AsyncHandler<GetInstanceTpmEkPubRequest,GetInstanceTpmEkPubResult> asyncHandler)
Gets the public endorsement key associated with the Nitro Trusted Platform Module (NitroTPM) for the specified
instance.
|
Future<GetInstanceTpmEkPubResult> |
AmazonEC2AsyncClient.getInstanceTpmEkPubAsync(GetInstanceTpmEkPubRequest request,
AsyncHandler<GetInstanceTpmEkPubRequest,GetInstanceTpmEkPubResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetInstanceTpmEkPubResult |
GetInstanceTpmEkPubResult.clone() |
GetInstanceTpmEkPubResult |
GetInstanceTpmEkPubResult.withInstanceId(String instanceId)
The ID of the instance.
|
GetInstanceTpmEkPubResult |
GetInstanceTpmEkPubResult.withKeyFormat(EkPubKeyFormat keyFormat)
The public endorsement key format.
|
GetInstanceTpmEkPubResult |
GetInstanceTpmEkPubResult.withKeyFormat(String keyFormat)
The public endorsement key format.
|
GetInstanceTpmEkPubResult |
GetInstanceTpmEkPubResult.withKeyType(EkPubKeyType keyType)
The public endorsement key type.
|
GetInstanceTpmEkPubResult |
GetInstanceTpmEkPubResult.withKeyType(String keyType)
The public endorsement key type.
|
GetInstanceTpmEkPubResult |
GetInstanceTpmEkPubResult.withKeyValue(String keyValue)
The public endorsement key material.
|
Copyright © 2024. All rights reserved.