Uses of Class
software.amazon.awssdk.services.glue.model.UsageProfileDefinition
-
Packages that use UsageProfileDefinition Package Description software.amazon.awssdk.services.glue.model software.amazon.awssdk.services.glue.paginators -
-
Uses of UsageProfileDefinition in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type UsageProfileDefinition Modifier and Type Method Description List<UsageProfileDefinition>ListUsageProfilesResponse. profiles()A list of usage profile (UsageProfileDefinition) objects.Methods in software.amazon.awssdk.services.glue.model with parameters of type UsageProfileDefinition Modifier and Type Method Description ListUsageProfilesResponse.BuilderListUsageProfilesResponse.Builder. profiles(UsageProfileDefinition... profiles)A list of usage profile (UsageProfileDefinition) objects.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type UsageProfileDefinition Modifier and Type Method Description ListUsageProfilesResponse.BuilderListUsageProfilesResponse.Builder. profiles(Collection<UsageProfileDefinition> profiles)A list of usage profile (UsageProfileDefinition) objects. -
Uses of UsageProfileDefinition in software.amazon.awssdk.services.glue.paginators
Methods in software.amazon.awssdk.services.glue.paginators that return types with arguments of type UsageProfileDefinition Modifier and Type Method Description SdkIterable<UsageProfileDefinition>ListUsageProfilesIterable. profiles()Returns an iterable to iterate through the paginatedListUsageProfilesResponse.profiles()member.SdkPublisher<UsageProfileDefinition>ListUsageProfilesPublisher. profiles()Returns a publisher that can be used to get a stream of data.
-