| 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
AWS without needing to stand up or maintain your own Kubernetes control plane.
|
| software.amazon.awssdk.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListFargateProfilesResponse> |
EksAsyncClient.listFargateProfiles(Consumer<ListFargateProfilesRequest.Builder> listFargateProfilesRequest)
Lists the AWS Fargate profiles associated with the specified cluster in your AWS account in the specified Region.
|
default ListFargateProfilesResponse |
EksClient.listFargateProfiles(Consumer<ListFargateProfilesRequest.Builder> listFargateProfilesRequest)
Lists the AWS Fargate profiles associated with the specified cluster in your AWS account in the specified Region.
|
default ListFargateProfilesPublisher |
EksAsyncClient.listFargateProfilesPaginator(Consumer<ListFargateProfilesRequest.Builder> listFargateProfilesRequest)
Lists the AWS Fargate profiles associated with the specified cluster in your AWS account in the specified Region.
|
default ListFargateProfilesIterable |
EksClient.listFargateProfilesPaginator(Consumer<ListFargateProfilesRequest.Builder> listFargateProfilesRequest)
Lists the AWS Fargate profiles associated with the specified cluster in your AWS account in the specified Region.
|
| Modifier and Type | Method and Description |
|---|---|
static ListFargateProfilesRequest.Builder |
ListFargateProfilesRequest.builder() |
ListFargateProfilesRequest.Builder |
ListFargateProfilesRequest.Builder.clusterName(String clusterName)
The name of the Amazon EKS cluster that you would like to listFargate profiles in.
|
ListFargateProfilesRequest.Builder |
ListFargateProfilesRequest.Builder.maxResults(Integer maxResults)
The maximum number of Fargate profile results returned by
ListFargateProfiles in paginated
output. |
ListFargateProfilesRequest.Builder |
ListFargateProfilesRequest.Builder.nextToken(String nextToken)
The
nextToken value returned from a previous paginated ListFargateProfiles request
where maxResults was used and the results exceeded the value of that parameter. |
ListFargateProfilesRequest.Builder |
ListFargateProfilesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListFargateProfilesRequest.Builder |
ListFargateProfilesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListFargateProfilesRequest.Builder |
ListFargateProfilesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListFargateProfilesRequest.Builder> |
ListFargateProfilesRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.