Uses of Interface
software.amazon.awssdk.services.batch.model.CreateSchedulingPolicyResponse.Builder
-
Packages that use CreateSchedulingPolicyResponse.Builder Package Description software.amazon.awssdk.services.batch.model -
-
Uses of CreateSchedulingPolicyResponse.Builder in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return CreateSchedulingPolicyResponse.Builder Modifier and Type Method Description CreateSchedulingPolicyResponse.BuilderCreateSchedulingPolicyResponse.Builder. arn(String arn)The Amazon Resource Name (ARN) of the scheduling policy.static CreateSchedulingPolicyResponse.BuilderCreateSchedulingPolicyResponse. builder()CreateSchedulingPolicyResponse.BuilderCreateSchedulingPolicyResponse.Builder. name(String name)The name of the scheduling policy.CreateSchedulingPolicyResponse.BuilderCreateSchedulingPolicyResponse. toBuilder()Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type CreateSchedulingPolicyResponse.Builder Modifier and Type Method Description static Class<? extends CreateSchedulingPolicyResponse.Builder>CreateSchedulingPolicyResponse. serializableBuilderClass()
-