Uses of Interface
software.amazon.awssdk.services.iam.model.GetContextKeysForPrincipalPolicyRequest.Builder
-
Packages that use GetContextKeysForPrincipalPolicyRequest.Builder Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.model -
-
Uses of GetContextKeysForPrincipalPolicyRequest.Builder in software.amazon.awssdk.services.iam
Method parameters in software.amazon.awssdk.services.iam with type arguments of type GetContextKeysForPrincipalPolicyRequest.Builder 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 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. -
Uses of GetContextKeysForPrincipalPolicyRequest.Builder in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return GetContextKeysForPrincipalPolicyRequest.Builder Modifier and Type Method Description static GetContextKeysForPrincipalPolicyRequest.BuilderGetContextKeysForPrincipalPolicyRequest. builder()GetContextKeysForPrincipalPolicyRequest.BuilderGetContextKeysForPrincipalPolicyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetContextKeysForPrincipalPolicyRequest.BuilderGetContextKeysForPrincipalPolicyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetContextKeysForPrincipalPolicyRequest.BuilderGetContextKeysForPrincipalPolicyRequest.Builder. policyInputList(String... policyInputList)An optional list of additional policies for which you want the list of context keys that are referenced.GetContextKeysForPrincipalPolicyRequest.BuilderGetContextKeysForPrincipalPolicyRequest.Builder. policyInputList(Collection<String> policyInputList)An optional list of additional policies for which you want the list of context keys that are referenced.GetContextKeysForPrincipalPolicyRequest.BuilderGetContextKeysForPrincipalPolicyRequest.Builder. policySourceArn(String policySourceArn)The ARN of a user, group, or role whose policies contain the context keys that you want listed.GetContextKeysForPrincipalPolicyRequest.BuilderGetContextKeysForPrincipalPolicyRequest. toBuilder()Methods in software.amazon.awssdk.services.iam.model that return types with arguments of type GetContextKeysForPrincipalPolicyRequest.Builder Modifier and Type Method Description static Class<? extends GetContextKeysForPrincipalPolicyRequest.Builder>GetContextKeysForPrincipalPolicyRequest. serializableBuilderClass()
-