Uses of Class
software.amazon.awssdk.services.eks.model.UpdateAccessEntryResponse
-
Packages that use UpdateAccessEntryResponse Package Description software.amazon.awssdk.services.eks Amazon Elastic Kubernetes Service (Amazon EKS) is a managed service that makes it easy for you to run Kubernetes on Amazon Web Services without needing to setup or maintain your own Kubernetes control plane. -
-
Uses of UpdateAccessEntryResponse in software.amazon.awssdk.services.eks
Methods in software.amazon.awssdk.services.eks that return UpdateAccessEntryResponse Modifier and Type Method Description default UpdateAccessEntryResponseEksClient. updateAccessEntry(Consumer<UpdateAccessEntryRequest.Builder> updateAccessEntryRequest)Updates an access entry.default UpdateAccessEntryResponseEksClient. updateAccessEntry(UpdateAccessEntryRequest updateAccessEntryRequest)Updates an access entry.Methods in software.amazon.awssdk.services.eks that return types with arguments of type UpdateAccessEntryResponse Modifier and Type Method Description default CompletableFuture<UpdateAccessEntryResponse>EksAsyncClient. updateAccessEntry(Consumer<UpdateAccessEntryRequest.Builder> updateAccessEntryRequest)Updates an access entry.default CompletableFuture<UpdateAccessEntryResponse>EksAsyncClient. updateAccessEntry(UpdateAccessEntryRequest updateAccessEntryRequest)Updates an access entry.
-