Uses of Class
com.amazonaws.services.identitymanagement.model.GetCredentialReportResult
Packages that use GetCredentialReportResult
Package
Description
-
Uses of GetCredentialReportResult in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement that return GetCredentialReportResultModifier and TypeMethodDescriptionAbstractAmazonIdentityManagement.getCredentialReport()AbstractAmazonIdentityManagement.getCredentialReport(GetCredentialReportRequest request) AmazonIdentityManagement.getCredentialReport()Simplified method form for invoking the GetCredentialReport operation.AmazonIdentityManagement.getCredentialReport(GetCredentialReportRequest getCredentialReportRequest) Retrieves a credential report for the AWS account.AmazonIdentityManagementClient.getCredentialReport()AmazonIdentityManagementClient.getCredentialReport(GetCredentialReportRequest getCredentialReportRequest) Retrieves a credential report for the AWS account.Methods in com.amazonaws.services.identitymanagement that return types with arguments of type GetCredentialReportResultModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.getCredentialReportAsync()Simplified method form for invoking the GetCredentialReport operation.AbstractAmazonIdentityManagementAsync.getCredentialReportAsync(AsyncHandler<GetCredentialReportRequest, GetCredentialReportResult> asyncHandler) Simplified method form for invoking the GetCredentialReport operation with an AsyncHandler.AbstractAmazonIdentityManagementAsync.getCredentialReportAsync(GetCredentialReportRequest request) AbstractAmazonIdentityManagementAsync.getCredentialReportAsync(GetCredentialReportRequest request, AsyncHandler<GetCredentialReportRequest, GetCredentialReportResult> asyncHandler) AmazonIdentityManagementAsync.getCredentialReportAsync()Simplified method form for invoking the GetCredentialReport operation.AmazonIdentityManagementAsync.getCredentialReportAsync(AsyncHandler<GetCredentialReportRequest, GetCredentialReportResult> asyncHandler) Simplified method form for invoking the GetCredentialReport operation with an AsyncHandler.AmazonIdentityManagementAsync.getCredentialReportAsync(GetCredentialReportRequest getCredentialReportRequest) Retrieves a credential report for the AWS account.AmazonIdentityManagementAsync.getCredentialReportAsync(GetCredentialReportRequest getCredentialReportRequest, AsyncHandler<GetCredentialReportRequest, GetCredentialReportResult> asyncHandler) Retrieves a credential report for the AWS account.AmazonIdentityManagementAsyncClient.getCredentialReportAsync()Simplified method form for invoking the GetCredentialReport operation.AmazonIdentityManagementAsyncClient.getCredentialReportAsync(AsyncHandler<GetCredentialReportRequest, GetCredentialReportResult> asyncHandler) Simplified method form for invoking the GetCredentialReport operation with an AsyncHandler.AmazonIdentityManagementAsyncClient.getCredentialReportAsync(GetCredentialReportRequest request) AmazonIdentityManagementAsyncClient.getCredentialReportAsync(GetCredentialReportRequest request, AsyncHandler<GetCredentialReportRequest, GetCredentialReportResult> asyncHandler) Method parameters in com.amazonaws.services.identitymanagement with type arguments of type GetCredentialReportResultModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.getCredentialReportAsync(AsyncHandler<GetCredentialReportRequest, GetCredentialReportResult> asyncHandler) Simplified method form for invoking the GetCredentialReport operation with an AsyncHandler.AbstractAmazonIdentityManagementAsync.getCredentialReportAsync(GetCredentialReportRequest request, AsyncHandler<GetCredentialReportRequest, GetCredentialReportResult> asyncHandler) AmazonIdentityManagementAsync.getCredentialReportAsync(AsyncHandler<GetCredentialReportRequest, GetCredentialReportResult> asyncHandler) Simplified method form for invoking the GetCredentialReport operation with an AsyncHandler.AmazonIdentityManagementAsync.getCredentialReportAsync(GetCredentialReportRequest getCredentialReportRequest, AsyncHandler<GetCredentialReportRequest, GetCredentialReportResult> asyncHandler) Retrieves a credential report for the AWS account.AmazonIdentityManagementAsyncClient.getCredentialReportAsync(AsyncHandler<GetCredentialReportRequest, GetCredentialReportResult> asyncHandler) Simplified method form for invoking the GetCredentialReport operation with an AsyncHandler.AmazonIdentityManagementAsyncClient.getCredentialReportAsync(GetCredentialReportRequest request, AsyncHandler<GetCredentialReportRequest, GetCredentialReportResult> asyncHandler) -
Uses of GetCredentialReportResult in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return GetCredentialReportResultModifier and TypeMethodDescriptionGetCredentialReportResult.clone()GetCredentialReportResult.withContent(ByteBuffer content) Contains the credential report.GetCredentialReportResult.withGeneratedTime(Date generatedTime) The date and time when the credential report was created, in ISO 8601 date-time format.GetCredentialReportResult.withReportFormat(ReportFormatType reportFormat) The format (MIME type) of the credential report.GetCredentialReportResult.withReportFormat(String reportFormat) The format (MIME type) of the credential report.