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