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