Uses of Class
com.amazonaws.services.identitymanagement.model.ListServerCertificatesResult
Packages that use ListServerCertificatesResult
Package
Description
-
Uses of ListServerCertificatesResult in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement that return ListServerCertificatesResultModifier and TypeMethodDescriptionAbstractAmazonIdentityManagement.listServerCertificates()
AbstractAmazonIdentityManagement.listServerCertificates
(ListServerCertificatesRequest request) AmazonIdentityManagement.listServerCertificates()
Simplified method form for invoking the ListServerCertificates operation.AmazonIdentityManagement.listServerCertificates
(ListServerCertificatesRequest listServerCertificatesRequest) Lists the server certificates stored in IAM that have the specified path prefix.AmazonIdentityManagementClient.listServerCertificates()
AmazonIdentityManagementClient.listServerCertificates
(ListServerCertificatesRequest listServerCertificatesRequest) Lists the server certificates stored in IAM that have the specified path prefix.Methods in com.amazonaws.services.identitymanagement that return types with arguments of type ListServerCertificatesResultModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.listServerCertificatesAsync()
Simplified method form for invoking the ListServerCertificates operation.AbstractAmazonIdentityManagementAsync.listServerCertificatesAsync
(AsyncHandler<ListServerCertificatesRequest, ListServerCertificatesResult> asyncHandler) Simplified method form for invoking the ListServerCertificates operation with an AsyncHandler.AbstractAmazonIdentityManagementAsync.listServerCertificatesAsync
(ListServerCertificatesRequest request) AbstractAmazonIdentityManagementAsync.listServerCertificatesAsync
(ListServerCertificatesRequest request, AsyncHandler<ListServerCertificatesRequest, ListServerCertificatesResult> asyncHandler) AmazonIdentityManagementAsync.listServerCertificatesAsync()
Simplified method form for invoking the ListServerCertificates operation.AmazonIdentityManagementAsync.listServerCertificatesAsync
(AsyncHandler<ListServerCertificatesRequest, ListServerCertificatesResult> asyncHandler) Simplified method form for invoking the ListServerCertificates operation with an AsyncHandler.AmazonIdentityManagementAsync.listServerCertificatesAsync
(ListServerCertificatesRequest listServerCertificatesRequest) Lists the server certificates stored in IAM that have the specified path prefix.AmazonIdentityManagementAsync.listServerCertificatesAsync
(ListServerCertificatesRequest listServerCertificatesRequest, AsyncHandler<ListServerCertificatesRequest, ListServerCertificatesResult> asyncHandler) Lists the server certificates stored in IAM that have the specified path prefix.AmazonIdentityManagementAsyncClient.listServerCertificatesAsync()
Simplified method form for invoking the ListServerCertificates operation.AmazonIdentityManagementAsyncClient.listServerCertificatesAsync
(AsyncHandler<ListServerCertificatesRequest, ListServerCertificatesResult> asyncHandler) Simplified method form for invoking the ListServerCertificates operation with an AsyncHandler.AmazonIdentityManagementAsyncClient.listServerCertificatesAsync
(ListServerCertificatesRequest request) AmazonIdentityManagementAsyncClient.listServerCertificatesAsync
(ListServerCertificatesRequest request, AsyncHandler<ListServerCertificatesRequest, ListServerCertificatesResult> asyncHandler) Method parameters in com.amazonaws.services.identitymanagement with type arguments of type ListServerCertificatesResultModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.listServerCertificatesAsync
(AsyncHandler<ListServerCertificatesRequest, ListServerCertificatesResult> asyncHandler) Simplified method form for invoking the ListServerCertificates operation with an AsyncHandler.AbstractAmazonIdentityManagementAsync.listServerCertificatesAsync
(ListServerCertificatesRequest request, AsyncHandler<ListServerCertificatesRequest, ListServerCertificatesResult> asyncHandler) AmazonIdentityManagementAsync.listServerCertificatesAsync
(AsyncHandler<ListServerCertificatesRequest, ListServerCertificatesResult> asyncHandler) Simplified method form for invoking the ListServerCertificates operation with an AsyncHandler.AmazonIdentityManagementAsync.listServerCertificatesAsync
(ListServerCertificatesRequest listServerCertificatesRequest, AsyncHandler<ListServerCertificatesRequest, ListServerCertificatesResult> asyncHandler) Lists the server certificates stored in IAM that have the specified path prefix.AmazonIdentityManagementAsyncClient.listServerCertificatesAsync
(AsyncHandler<ListServerCertificatesRequest, ListServerCertificatesResult> asyncHandler) Simplified method form for invoking the ListServerCertificates operation with an AsyncHandler.AmazonIdentityManagementAsyncClient.listServerCertificatesAsync
(ListServerCertificatesRequest request, AsyncHandler<ListServerCertificatesRequest, ListServerCertificatesResult> asyncHandler) -
Uses of ListServerCertificatesResult in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return ListServerCertificatesResultModifier and TypeMethodDescriptionListServerCertificatesResult.clone()
ListServerCertificatesResult.withIsTruncated
(Boolean isTruncated) A flag that indicates whether there are more items to return.ListServerCertificatesResult.withMarker
(String marker) WhenIsTruncated
istrue
, this element is present and contains the value to use for theMarker
parameter in a subsequent pagination request.ListServerCertificatesResult.withServerCertificateMetadataList
(ServerCertificateMetadata... serverCertificateMetadataList) A list of server certificates.ListServerCertificatesResult.withServerCertificateMetadataList
(Collection<ServerCertificateMetadata> serverCertificateMetadataList) A list of server certificates.