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