Uses of Class
software.amazon.awssdk.services.glue.model.GluePolicy
-
Packages that use GluePolicy Package Description software.amazon.awssdk.services.glue.model software.amazon.awssdk.services.glue.paginators -
-
Uses of GluePolicy in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type GluePolicy Modifier and Type Method Description List<GluePolicy>GetResourcePoliciesResponse. getResourcePoliciesResponseList()A list of the individual resource policies and the account-level resource policy.Methods in software.amazon.awssdk.services.glue.model with parameters of type GluePolicy Modifier and Type Method Description GetResourcePoliciesResponse.BuilderGetResourcePoliciesResponse.Builder. getResourcePoliciesResponseList(GluePolicy... getResourcePoliciesResponseList)A list of the individual resource policies and the account-level resource policy.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type GluePolicy Modifier and Type Method Description GetResourcePoliciesResponse.BuilderGetResourcePoliciesResponse.Builder. getResourcePoliciesResponseList(Collection<GluePolicy> getResourcePoliciesResponseList)A list of the individual resource policies and the account-level resource policy. -
Uses of GluePolicy in software.amazon.awssdk.services.glue.paginators
Methods in software.amazon.awssdk.services.glue.paginators that return types with arguments of type GluePolicy Modifier and Type Method Description SdkIterable<GluePolicy>GetResourcePoliciesIterable. getResourcePoliciesResponseList()Returns an iterable to iterate through the paginatedGetResourcePoliciesResponse.getResourcePoliciesResponseList()member.SdkPublisher<GluePolicy>GetResourcePoliciesPublisher. getResourcePoliciesResponseList()Returns a publisher that can be used to get a stream of data.
-