Uses of Class
software.amazon.awssdk.services.iam.model.GetContextKeysForCustomPolicyResponse
-
Packages that use GetContextKeysForCustomPolicyResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of GetContextKeysForCustomPolicyResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return GetContextKeysForCustomPolicyResponse Modifier and Type Method Description default GetContextKeysForCustomPolicyResponseIamClient. getContextKeysForCustomPolicy(Consumer<GetContextKeysForCustomPolicyRequest.Builder> getContextKeysForCustomPolicyRequest)Gets a list of all of the context keys referenced in the input policies.default GetContextKeysForCustomPolicyResponseIamClient. getContextKeysForCustomPolicy(GetContextKeysForCustomPolicyRequest getContextKeysForCustomPolicyRequest)Gets a list of all of the context keys referenced in the input policies.Methods in software.amazon.awssdk.services.iam that return types with arguments of type GetContextKeysForCustomPolicyResponse Modifier and Type Method Description default CompletableFuture<GetContextKeysForCustomPolicyResponse>IamAsyncClient. getContextKeysForCustomPolicy(Consumer<GetContextKeysForCustomPolicyRequest.Builder> getContextKeysForCustomPolicyRequest)Gets a list of all of the context keys referenced in the input policies.default CompletableFuture<GetContextKeysForCustomPolicyResponse>IamAsyncClient. getContextKeysForCustomPolicy(GetContextKeysForCustomPolicyRequest getContextKeysForCustomPolicyRequest)Gets a list of all of the context keys referenced in the input policies.
-