Uses of Interface
software.amazon.awssdk.services.eks.model.ListFargateProfilesResponse.Builder
-
Packages that use ListFargateProfilesResponse.Builder Package Description software.amazon.awssdk.services.eks.model -
-
Uses of ListFargateProfilesResponse.Builder in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return ListFargateProfilesResponse.Builder Modifier and Type Method Description static ListFargateProfilesResponse.BuilderListFargateProfilesResponse. builder()ListFargateProfilesResponse.BuilderListFargateProfilesResponse.Builder. fargateProfileNames(String... fargateProfileNames)A list of all of the Fargate profiles associated with the specified cluster.ListFargateProfilesResponse.BuilderListFargateProfilesResponse.Builder. fargateProfileNames(Collection<String> fargateProfileNames)A list of all of the Fargate profiles associated with the specified cluster.ListFargateProfilesResponse.BuilderListFargateProfilesResponse.Builder. nextToken(String nextToken)ThenextTokenvalue returned from a previous paginated request, wheremaxResultswas used and the results exceeded the value of that parameter.ListFargateProfilesResponse.BuilderListFargateProfilesResponse. toBuilder()Methods in software.amazon.awssdk.services.eks.model that return types with arguments of type ListFargateProfilesResponse.Builder Modifier and Type Method Description static Class<? extends ListFargateProfilesResponse.Builder>ListFargateProfilesResponse. serializableBuilderClass()
-