Uses of Interface
software.amazon.awssdk.services.glue.model.UpdateUsageProfileRequest.Builder
-
Packages that use UpdateUsageProfileRequest.Builder Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.model -
-
Uses of UpdateUsageProfileRequest.Builder in software.amazon.awssdk.services.glue
Method parameters in software.amazon.awssdk.services.glue with type arguments of type UpdateUsageProfileRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateUsageProfileResponse>GlueAsyncClient. updateUsageProfile(Consumer<UpdateUsageProfileRequest.Builder> updateUsageProfileRequest)Update an Glue usage profile.default UpdateUsageProfileResponseGlueClient. updateUsageProfile(Consumer<UpdateUsageProfileRequest.Builder> updateUsageProfileRequest)Update an Glue usage profile. -
Uses of UpdateUsageProfileRequest.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return UpdateUsageProfileRequest.Builder Modifier and Type Method Description static UpdateUsageProfileRequest.BuilderUpdateUsageProfileRequest. builder()default UpdateUsageProfileRequest.BuilderUpdateUsageProfileRequest.Builder. configuration(Consumer<ProfileConfiguration.Builder> configuration)AProfileConfigurationobject specifying the job and session values for the profile.UpdateUsageProfileRequest.BuilderUpdateUsageProfileRequest.Builder. configuration(ProfileConfiguration configuration)AProfileConfigurationobject specifying the job and session values for the profile.UpdateUsageProfileRequest.BuilderUpdateUsageProfileRequest.Builder. description(String description)A description of the usage profile.UpdateUsageProfileRequest.BuilderUpdateUsageProfileRequest.Builder. name(String name)The name of the usage profile.UpdateUsageProfileRequest.BuilderUpdateUsageProfileRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateUsageProfileRequest.BuilderUpdateUsageProfileRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateUsageProfileRequest.BuilderUpdateUsageProfileRequest. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type UpdateUsageProfileRequest.Builder Modifier and Type Method Description static Class<? extends UpdateUsageProfileRequest.Builder>UpdateUsageProfileRequest. serializableBuilderClass()
-