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 GetContextKeysForPrincipalPolicyResult
AbstractAmazonIdentityManagement. getContextKeysForPrincipalPolicy(GetContextKeysForPrincipalPolicyRequest request)
GetContextKeysForPrincipalPolicyResult
AmazonIdentityManagement. 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.GetContextKeysForPrincipalPolicyResult
AmazonIdentityManagementClient. 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 GetContextKeysForPrincipalPolicyResult
GetContextKeysForPrincipalPolicyResult. clone()
GetContextKeysForPrincipalPolicyResult
GetContextKeysForPrincipalPolicyResult. withContextKeyNames(String... contextKeyNames)
The list of context keys that are referenced in the input policies.GetContextKeysForPrincipalPolicyResult
GetContextKeysForPrincipalPolicyResult. withContextKeyNames(Collection<String> contextKeyNames)
The list of context keys that are referenced in the input policies.
-