| Package | Description |
|---|---|
| software.amazon.awssdk.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
static ListFargateProfilesResponse.Builder |
ListFargateProfilesResponse.builder() |
ListFargateProfilesResponse.Builder |
ListFargateProfilesResponse.Builder.fargateProfileNames(Collection<String> fargateProfileNames)
A list of all of the Fargate profiles associated with the specified cluster.
|
ListFargateProfilesResponse.Builder |
ListFargateProfilesResponse.Builder.fargateProfileNames(String... fargateProfileNames)
A list of all of the Fargate profiles associated with the specified cluster.
|
ListFargateProfilesResponse.Builder |
ListFargateProfilesResponse.Builder.nextToken(String nextToken)
The
nextToken value to include in a future ListFargateProfiles request. |
ListFargateProfilesResponse.Builder |
ListFargateProfilesResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListFargateProfilesResponse.Builder> |
ListFargateProfilesResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.