Uses of Interface
software.amazon.awssdk.services.eks.model.DescribeFargateProfileResponse.Builder
-
Packages that use DescribeFargateProfileResponse.Builder Package Description software.amazon.awssdk.services.eks.model -
-
Uses of DescribeFargateProfileResponse.Builder in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return DescribeFargateProfileResponse.Builder Modifier and Type Method Description static DescribeFargateProfileResponse.BuilderDescribeFargateProfileResponse. builder()default DescribeFargateProfileResponse.BuilderDescribeFargateProfileResponse.Builder. fargateProfile(Consumer<FargateProfile.Builder> fargateProfile)The full description of your Fargate profile.DescribeFargateProfileResponse.BuilderDescribeFargateProfileResponse.Builder. fargateProfile(FargateProfile fargateProfile)The full description of your Fargate profile.DescribeFargateProfileResponse.BuilderDescribeFargateProfileResponse. toBuilder()Methods in software.amazon.awssdk.services.eks.model that return types with arguments of type DescribeFargateProfileResponse.Builder Modifier and Type Method Description static Class<? extends DescribeFargateProfileResponse.Builder>DescribeFargateProfileResponse. serializableBuilderClass()
-