Uses of Class
software.amazon.awssdk.services.iam.model.GetContextKeysForPrincipalPolicyResponse
-
Packages that use GetContextKeysForPrincipalPolicyResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of GetContextKeysForPrincipalPolicyResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return GetContextKeysForPrincipalPolicyResponse Modifier and Type Method Description default GetContextKeysForPrincipalPolicyResponseIamClient. getContextKeysForPrincipalPolicy(Consumer<GetContextKeysForPrincipalPolicyRequest.Builder> getContextKeysForPrincipalPolicyRequest)Gets a list of all of the context keys referenced in all the IAM policies that are attached to the specified IAM entity.default GetContextKeysForPrincipalPolicyResponseIamClient. getContextKeysForPrincipalPolicy(GetContextKeysForPrincipalPolicyRequest getContextKeysForPrincipalPolicyRequest)Gets a list of all of the context keys referenced in all the IAM policies that are attached to the specified IAM entity.Methods in software.amazon.awssdk.services.iam that return types with arguments of type GetContextKeysForPrincipalPolicyResponse Modifier and Type Method Description default CompletableFuture<GetContextKeysForPrincipalPolicyResponse>IamAsyncClient. getContextKeysForPrincipalPolicy(Consumer<GetContextKeysForPrincipalPolicyRequest.Builder> getContextKeysForPrincipalPolicyRequest)Gets a list of all of the context keys referenced in all the IAM policies that are attached to the specified IAM entity.default CompletableFuture<GetContextKeysForPrincipalPolicyResponse>IamAsyncClient. getContextKeysForPrincipalPolicy(GetContextKeysForPrincipalPolicyRequest getContextKeysForPrincipalPolicyRequest)Gets a list of all of the context keys referenced in all the IAM policies that are attached to the specified IAM entity.
-