| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement |
Synchronous and asynchronous client classes for accessing AmazonIdentityManagement.
|
| com.amazonaws.services.identitymanagement.model |
Classes modeling the various types represented by AmazonIdentityManagement.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AmazonIdentityManagementClient.updateSSHPublicKey(UpdateSSHPublicKeyRequest updateSSHPublicKeyRequest)
Sets the status of the specified SSH public key to active or
inactive.
|
void |
AmazonIdentityManagement.updateSSHPublicKey(UpdateSSHPublicKeyRequest updateSSHPublicKeyRequest)
Sets the status of the specified SSH public key to active or
inactive.
|
Future<Void> |
AmazonIdentityManagementAsync.updateSSHPublicKeyAsync(UpdateSSHPublicKeyRequest updateSSHPublicKeyRequest)
Sets the status of the specified SSH public key to active or
inactive.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.updateSSHPublicKeyAsync(UpdateSSHPublicKeyRequest updateSSHPublicKeyRequest)
Sets the status of the specified SSH public key to active or
inactive.
|
Future<Void> |
AmazonIdentityManagementAsync.updateSSHPublicKeyAsync(UpdateSSHPublicKeyRequest updateSSHPublicKeyRequest,
AsyncHandler<UpdateSSHPublicKeyRequest,Void> asyncHandler)
Sets the status of the specified SSH public key to active or
inactive.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.updateSSHPublicKeyAsync(UpdateSSHPublicKeyRequest updateSSHPublicKeyRequest,
AsyncHandler<UpdateSSHPublicKeyRequest,Void> asyncHandler)
Sets the status of the specified SSH public key to active or
inactive.
|
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AmazonIdentityManagementAsync.updateSSHPublicKeyAsync(UpdateSSHPublicKeyRequest updateSSHPublicKeyRequest,
AsyncHandler<UpdateSSHPublicKeyRequest,Void> asyncHandler)
Sets the status of the specified SSH public key to active or
inactive.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.updateSSHPublicKeyAsync(UpdateSSHPublicKeyRequest updateSSHPublicKeyRequest,
AsyncHandler<UpdateSSHPublicKeyRequest,Void> asyncHandler)
Sets the status of the specified SSH public key to active or
inactive.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateSSHPublicKeyRequest |
UpdateSSHPublicKeyRequest.clone() |
UpdateSSHPublicKeyRequest |
UpdateSSHPublicKeyRequest.withSSHPublicKeyId(String sSHPublicKeyId)
The unique identifier for the SSH public key.
|
UpdateSSHPublicKeyRequest |
UpdateSSHPublicKeyRequest.withStatus(StatusType status)
The status to assign to the SSH public key.
|
UpdateSSHPublicKeyRequest |
UpdateSSHPublicKeyRequest.withStatus(String status)
The status to assign to the SSH public key.
|
UpdateSSHPublicKeyRequest |
UpdateSSHPublicKeyRequest.withUserName(String userName)
The name of the IAM user associated with the SSH public key.
|
Copyright © 2015. All rights reserved.