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.deleteServerCertificate(DeleteServerCertificateRequest deleteServerCertificateRequest)
Deletes the specified server certificate.
|
void |
AmazonIdentityManagement.deleteServerCertificate(DeleteServerCertificateRequest deleteServerCertificateRequest)
Deletes the specified server certificate.
|
Future<Void> |
AmazonIdentityManagementAsync.deleteServerCertificateAsync(DeleteServerCertificateRequest deleteServerCertificateRequest)
Deletes the specified server certificate.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.deleteServerCertificateAsync(DeleteServerCertificateRequest deleteServerCertificateRequest)
Deletes the specified server certificate.
|
Future<Void> |
AmazonIdentityManagementAsync.deleteServerCertificateAsync(DeleteServerCertificateRequest deleteServerCertificateRequest,
AsyncHandler<DeleteServerCertificateRequest,Void> asyncHandler)
Deletes the specified server certificate.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.deleteServerCertificateAsync(DeleteServerCertificateRequest deleteServerCertificateRequest,
AsyncHandler<DeleteServerCertificateRequest,Void> asyncHandler)
Deletes the specified server certificate.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonIdentityManagementAsync.deleteServerCertificateAsync(DeleteServerCertificateRequest deleteServerCertificateRequest,
AsyncHandler<DeleteServerCertificateRequest,Void> asyncHandler)
Deletes the specified server certificate.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.deleteServerCertificateAsync(DeleteServerCertificateRequest deleteServerCertificateRequest,
AsyncHandler<DeleteServerCertificateRequest,Void> asyncHandler)
Deletes the specified server certificate.
|
Modifier and Type | Method and Description |
---|---|
DeleteServerCertificateRequest |
DeleteServerCertificateRequest.withServerCertificateName(String serverCertificateName)
The name of the server certificate you want to delete.
|
Copyright © 2014. All rights reserved.