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.updateServerCertificate(UpdateServerCertificateRequest updateServerCertificateRequest)
Updates the name and/or the path of the specified server certificate.
|
void |
AmazonIdentityManagement.updateServerCertificate(UpdateServerCertificateRequest updateServerCertificateRequest)
Updates the name and/or the path of the specified server certificate.
|
Future<Void> |
AmazonIdentityManagementAsync.updateServerCertificateAsync(UpdateServerCertificateRequest updateServerCertificateRequest)
Updates the name and/or the path of the specified server certificate.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.updateServerCertificateAsync(UpdateServerCertificateRequest updateServerCertificateRequest)
Updates the name and/or the path of the specified server certificate.
|
Future<Void> |
AmazonIdentityManagementAsync.updateServerCertificateAsync(UpdateServerCertificateRequest updateServerCertificateRequest,
AsyncHandler<UpdateServerCertificateRequest,Void> asyncHandler)
Updates the name and/or the path of the specified server certificate.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.updateServerCertificateAsync(UpdateServerCertificateRequest updateServerCertificateRequest,
AsyncHandler<UpdateServerCertificateRequest,Void> asyncHandler)
Updates the name and/or the path of the specified server certificate.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonIdentityManagementAsync.updateServerCertificateAsync(UpdateServerCertificateRequest updateServerCertificateRequest,
AsyncHandler<UpdateServerCertificateRequest,Void> asyncHandler)
Updates the name and/or the path of the specified server certificate.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.updateServerCertificateAsync(UpdateServerCertificateRequest updateServerCertificateRequest,
AsyncHandler<UpdateServerCertificateRequest,Void> asyncHandler)
Updates the name and/or the path of the specified server certificate.
|
Modifier and Type | Method and Description |
---|---|
UpdateServerCertificateRequest |
UpdateServerCertificateRequest.withNewPath(String newPath)
The new path for the server certificate.
|
UpdateServerCertificateRequest |
UpdateServerCertificateRequest.withNewServerCertificateName(String newServerCertificateName)
The new name for the server certificate.
|
UpdateServerCertificateRequest |
UpdateServerCertificateRequest.withServerCertificateName(String serverCertificateName)
The name of the server certificate that you want to update.
|
Copyright © 2014. All rights reserved.