| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue |
|
| software.amazon.awssdk.services.glue.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetResourcePoliciesResponse |
GlueClient.getResourcePolicies(Consumer<GetResourcePoliciesRequest.Builder> getResourcePoliciesRequest)
Retrieves the security configurations for the resource policies set on individual resources, and also the
account-level policy.
|
default GetResourcePoliciesResponse |
GlueClient.getResourcePolicies(GetResourcePoliciesRequest getResourcePoliciesRequest)
Retrieves the security configurations for the resource policies set on individual resources, and also the
account-level policy.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetResourcePoliciesResponse> |
GlueAsyncClient.getResourcePolicies(Consumer<GetResourcePoliciesRequest.Builder> getResourcePoliciesRequest)
Retrieves the security configurations for the resource policies set on individual resources, and also the
account-level policy.
|
default CompletableFuture<GetResourcePoliciesResponse> |
GlueAsyncClient.getResourcePolicies(GetResourcePoliciesRequest getResourcePoliciesRequest)
Retrieves the security configurations for the resource policies set on individual resources, and also the
account-level policy.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetResourcePoliciesResponse> |
GetResourcePoliciesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetResourcePoliciesPublisher.subscribe(org.reactivestreams.Subscriber<? super GetResourcePoliciesResponse> subscriber) |
Copyright © 2020. All rights reserved.