Uses of Class
software.amazon.awssdk.services.secretsmanager.model.GetResourcePolicyResponse
-
Packages that use GetResourcePolicyResponse Package Description software.amazon.awssdk.services.secretsmanager Amazon Web Services Secrets Manager -
-
Uses of GetResourcePolicyResponse in software.amazon.awssdk.services.secretsmanager
Methods in software.amazon.awssdk.services.secretsmanager that return GetResourcePolicyResponse Modifier and Type Method Description default GetResourcePolicyResponseSecretsManagerClient. getResourcePolicy(Consumer<GetResourcePolicyRequest.Builder> getResourcePolicyRequest)Retrieves the JSON text of the resource-based policy document attached to the secret.default GetResourcePolicyResponseSecretsManagerClient. getResourcePolicy(GetResourcePolicyRequest getResourcePolicyRequest)Retrieves the JSON text of the resource-based policy document attached to the secret.Methods in software.amazon.awssdk.services.secretsmanager that return types with arguments of type GetResourcePolicyResponse Modifier and Type Method Description default CompletableFuture<GetResourcePolicyResponse>SecretsManagerAsyncClient. getResourcePolicy(Consumer<GetResourcePolicyRequest.Builder> getResourcePolicyRequest)Retrieves the JSON text of the resource-based policy document attached to the secret.default CompletableFuture<GetResourcePolicyResponse>SecretsManagerAsyncClient. getResourcePolicy(GetResourcePolicyRequest getResourcePolicyRequest)Retrieves the JSON text of the resource-based policy document attached to the secret.
-