Uses of Interface
software.amazon.awssdk.services.eks.model.ListFargateProfilesRequest.Builder
-
Packages that use ListFargateProfilesRequest.Builder 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.software.amazon.awssdk.services.eks.model -
-
Uses of ListFargateProfilesRequest.Builder in software.amazon.awssdk.services.eks
Method parameters in software.amazon.awssdk.services.eks with type arguments of type ListFargateProfilesRequest.Builder Modifier and Type Method Description default CompletableFuture<ListFargateProfilesResponse>EksAsyncClient. listFargateProfiles(Consumer<ListFargateProfilesRequest.Builder> listFargateProfilesRequest)Lists the Fargate profiles associated with the specified cluster in your Amazon Web Services account in the specified Amazon Web Services Region.default ListFargateProfilesResponseEksClient. listFargateProfiles(Consumer<ListFargateProfilesRequest.Builder> listFargateProfilesRequest)Lists the Fargate profiles associated with the specified cluster in your Amazon Web Services account in the specified Amazon Web Services Region.default ListFargateProfilesPublisherEksAsyncClient. listFargateProfilesPaginator(Consumer<ListFargateProfilesRequest.Builder> listFargateProfilesRequest)Lists the Fargate profiles associated with the specified cluster in your Amazon Web Services account in the specified Amazon Web Services Region.default ListFargateProfilesIterableEksClient. listFargateProfilesPaginator(Consumer<ListFargateProfilesRequest.Builder> listFargateProfilesRequest)Lists the Fargate profiles associated with the specified cluster in your Amazon Web Services account in the specified Amazon Web Services Region. -
Uses of ListFargateProfilesRequest.Builder in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return ListFargateProfilesRequest.Builder Modifier and Type Method Description static ListFargateProfilesRequest.BuilderListFargateProfilesRequest. builder()ListFargateProfilesRequest.BuilderListFargateProfilesRequest.Builder. clusterName(String clusterName)The name of your cluster.ListFargateProfilesRequest.BuilderListFargateProfilesRequest.Builder. maxResults(Integer maxResults)The maximum number of results, returned in paginated output.ListFargateProfilesRequest.BuilderListFargateProfilesRequest.Builder. nextToken(String nextToken)ThenextTokenvalue returned from a previous paginated request, wheremaxResultswas used and the results exceeded the value of that parameter.ListFargateProfilesRequest.BuilderListFargateProfilesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListFargateProfilesRequest.BuilderListFargateProfilesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListFargateProfilesRequest.BuilderListFargateProfilesRequest. toBuilder()Methods in software.amazon.awssdk.services.eks.model that return types with arguments of type ListFargateProfilesRequest.Builder Modifier and Type Method Description static Class<? extends ListFargateProfilesRequest.Builder>ListFargateProfilesRequest. serializableBuilderClass()
-