Uses of Interface
software.amazon.awssdk.services.iam.model.GetContextKeysForCustomPolicyRequest.Builder
-
Packages that use GetContextKeysForCustomPolicyRequest.Builder Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.model -
-
Uses of GetContextKeysForCustomPolicyRequest.Builder in software.amazon.awssdk.services.iam
Method parameters in software.amazon.awssdk.services.iam with type arguments of type GetContextKeysForCustomPolicyRequest.Builder 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 GetContextKeysForCustomPolicyResponseIamClient. getContextKeysForCustomPolicy(Consumer<GetContextKeysForCustomPolicyRequest.Builder> getContextKeysForCustomPolicyRequest)Gets a list of all of the context keys referenced in the input policies. -
Uses of GetContextKeysForCustomPolicyRequest.Builder in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return GetContextKeysForCustomPolicyRequest.Builder Modifier and Type Method Description static GetContextKeysForCustomPolicyRequest.BuilderGetContextKeysForCustomPolicyRequest. builder()GetContextKeysForCustomPolicyRequest.BuilderGetContextKeysForCustomPolicyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetContextKeysForCustomPolicyRequest.BuilderGetContextKeysForCustomPolicyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetContextKeysForCustomPolicyRequest.BuilderGetContextKeysForCustomPolicyRequest.Builder. policyInputList(String... policyInputList)A list of policies for which you want the list of context keys referenced in those policies.GetContextKeysForCustomPolicyRequest.BuilderGetContextKeysForCustomPolicyRequest.Builder. policyInputList(Collection<String> policyInputList)A list of policies for which you want the list of context keys referenced in those policies.GetContextKeysForCustomPolicyRequest.BuilderGetContextKeysForCustomPolicyRequest. toBuilder()Methods in software.amazon.awssdk.services.iam.model that return types with arguments of type GetContextKeysForCustomPolicyRequest.Builder Modifier and Type Method Description static Class<? extends GetContextKeysForCustomPolicyRequest.Builder>GetContextKeysForCustomPolicyRequest. serializableBuilderClass()
-