Uses of Interface
software.amazon.awssdk.services.glue.model.CreateUsageProfileResponse.Builder
-
Packages that use CreateUsageProfileResponse.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of CreateUsageProfileResponse.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return CreateUsageProfileResponse.Builder Modifier and Type Method Description static CreateUsageProfileResponse.BuilderCreateUsageProfileResponse. builder()CreateUsageProfileResponse.BuilderCreateUsageProfileResponse.Builder. name(String name)The name of the usage profile that was created.CreateUsageProfileResponse.BuilderCreateUsageProfileResponse. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type CreateUsageProfileResponse.Builder Modifier and Type Method Description static Class<? extends CreateUsageProfileResponse.Builder>CreateUsageProfileResponse. serializableBuilderClass()
-