Uses of Class
software.amazon.awssdk.services.iam.model.GetContextKeysForPrincipalPolicyRequest
-
Packages that use GetContextKeysForPrincipalPolicyRequest Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.transform -
-
Uses of GetContextKeysForPrincipalPolicyRequest in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam with parameters of type GetContextKeysForPrincipalPolicyRequest Modifier and Type Method Description 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.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. -
Uses of GetContextKeysForPrincipalPolicyRequest in software.amazon.awssdk.services.iam.transform
Methods in software.amazon.awssdk.services.iam.transform with parameters of type GetContextKeysForPrincipalPolicyRequest Modifier and Type Method Description SdkHttpFullRequestGetContextKeysForPrincipalPolicyRequestMarshaller. marshall(GetContextKeysForPrincipalPolicyRequest getContextKeysForPrincipalPolicyRequest)
-