Uses of Class
com.amazonaws.services.identitymanagement.model.GetContextKeysForPrincipalPolicyResult
-
Packages that use GetContextKeysForPrincipalPolicyResult Package Description com.amazonaws.services.identitymanagement com.amazonaws.services.identitymanagement.model -
-
Uses of GetContextKeysForPrincipalPolicyResult in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement that return GetContextKeysForPrincipalPolicyResult Modifier and Type Method Description GetContextKeysForPrincipalPolicyResultAbstractAmazonIdentityManagement. getContextKeysForPrincipalPolicy(GetContextKeysForPrincipalPolicyRequest request)GetContextKeysForPrincipalPolicyResultAmazonIdentityManagement. getContextKeysForPrincipalPolicy(GetContextKeysForPrincipalPolicyRequest getContextKeysForPrincipalPolicyRequest)Gets a list of all of the context keys referenced in all of the IAM policies attached to the specified IAM entity.GetContextKeysForPrincipalPolicyResultAmazonIdentityManagementClient. getContextKeysForPrincipalPolicy(GetContextKeysForPrincipalPolicyRequest getContextKeysForPrincipalPolicyRequest)Gets a list of all of the context keys referenced in all of the IAM policies attached to the specified IAM entity. -
Uses of GetContextKeysForPrincipalPolicyResult in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return GetContextKeysForPrincipalPolicyResult Modifier and Type Method Description GetContextKeysForPrincipalPolicyResultGetContextKeysForPrincipalPolicyResult. clone()GetContextKeysForPrincipalPolicyResultGetContextKeysForPrincipalPolicyResult. withContextKeyNames(String... contextKeyNames)The list of context keys that are referenced in the input policies.GetContextKeysForPrincipalPolicyResultGetContextKeysForPrincipalPolicyResult. withContextKeyNames(Collection<String> contextKeyNames)The list of context keys that are referenced in the input policies.
-