Uses of Class
software.amazon.awssdk.services.glue.model.ProfileConfiguration
-
Packages that use ProfileConfiguration Package Description software.amazon.awssdk.services.glue.model -
-
Uses of ProfileConfiguration in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return ProfileConfiguration Modifier and Type Method Description ProfileConfigurationCreateUsageProfileRequest. configuration()AProfileConfigurationobject specifying the job and session values for the profile.ProfileConfigurationGetUsageProfileResponse. configuration()AProfileConfigurationobject specifying the job and session values for the profile.ProfileConfigurationUpdateUsageProfileRequest. configuration()AProfileConfigurationobject specifying the job and session values for the profile.Methods in software.amazon.awssdk.services.glue.model with parameters of type ProfileConfiguration Modifier and Type Method Description CreateUsageProfileRequest.BuilderCreateUsageProfileRequest.Builder. configuration(ProfileConfiguration configuration)AProfileConfigurationobject specifying the job and session values for the profile.GetUsageProfileResponse.BuilderGetUsageProfileResponse.Builder. configuration(ProfileConfiguration 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.
-