Uses of Class
software.amazon.awssdk.services.iam.model.ListAccessKeysResponse
-
Packages that use ListAccessKeysResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.paginators -
-
Uses of ListAccessKeysResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return ListAccessKeysResponse Modifier and Type Method Description default ListAccessKeysResponseIamClient. listAccessKeys()Returns information about the access key IDs associated with the specified IAM user.default ListAccessKeysResponseIamClient. listAccessKeys(Consumer<ListAccessKeysRequest.Builder> listAccessKeysRequest)Returns information about the access key IDs associated with the specified IAM user.default ListAccessKeysResponseIamClient. listAccessKeys(ListAccessKeysRequest listAccessKeysRequest)Returns information about the access key IDs associated with the specified IAM user.Methods in software.amazon.awssdk.services.iam that return types with arguments of type ListAccessKeysResponse Modifier and Type Method Description default CompletableFuture<ListAccessKeysResponse>IamAsyncClient. listAccessKeys()Returns information about the access key IDs associated with the specified IAM user.default CompletableFuture<ListAccessKeysResponse>IamAsyncClient. listAccessKeys(Consumer<ListAccessKeysRequest.Builder> listAccessKeysRequest)Returns information about the access key IDs associated with the specified IAM user.default CompletableFuture<ListAccessKeysResponse>IamAsyncClient. listAccessKeys(ListAccessKeysRequest listAccessKeysRequest)Returns information about the access key IDs associated with the specified IAM user. -
Uses of ListAccessKeysResponse in software.amazon.awssdk.services.iam.paginators
Methods in software.amazon.awssdk.services.iam.paginators that return types with arguments of type ListAccessKeysResponse Modifier and Type Method Description Iterator<ListAccessKeysResponse>ListAccessKeysIterable. iterator()Method parameters in software.amazon.awssdk.services.iam.paginators with type arguments of type ListAccessKeysResponse Modifier and Type Method Description voidListAccessKeysPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAccessKeysResponse> subscriber)
-