Uses of Class
software.amazon.awssdk.services.iam.model.GetCredentialReportResponse
-
Packages that use GetCredentialReportResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of GetCredentialReportResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return GetCredentialReportResponse Modifier and Type Method Description default GetCredentialReportResponseIamClient. getCredentialReport()Retrieves a credential report for the Amazon Web Services account.default GetCredentialReportResponseIamClient. getCredentialReport(Consumer<GetCredentialReportRequest.Builder> getCredentialReportRequest)Retrieves a credential report for the Amazon Web Services account.default GetCredentialReportResponseIamClient. getCredentialReport(GetCredentialReportRequest getCredentialReportRequest)Retrieves a credential report for the Amazon Web Services account.Methods in software.amazon.awssdk.services.iam that return types with arguments of type GetCredentialReportResponse Modifier and Type Method Description default CompletableFuture<GetCredentialReportResponse>IamAsyncClient. getCredentialReport()Retrieves a credential report for the Amazon Web Services account.default CompletableFuture<GetCredentialReportResponse>IamAsyncClient. getCredentialReport(Consumer<GetCredentialReportRequest.Builder> getCredentialReportRequest)Retrieves a credential report for the Amazon Web Services account.default CompletableFuture<GetCredentialReportResponse>IamAsyncClient. getCredentialReport(GetCredentialReportRequest getCredentialReportRequest)Retrieves a credential report for the Amazon Web Services account.
-