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 GetContextKeysForCustomPolicyResponse
IamClient. 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.Builder
GetContextKeysForCustomPolicyRequest. builder()
GetContextKeysForCustomPolicyRequest.Builder
GetContextKeysForCustomPolicyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
GetContextKeysForCustomPolicyRequest.Builder
GetContextKeysForCustomPolicyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
GetContextKeysForCustomPolicyRequest.Builder
GetContextKeysForCustomPolicyRequest.Builder. policyInputList(String... policyInputList)
A list of policies for which you want the list of context keys referenced in those policies.GetContextKeysForCustomPolicyRequest.Builder
GetContextKeysForCustomPolicyRequest.Builder. policyInputList(Collection<String> policyInputList)
A list of policies for which you want the list of context keys referenced in those policies.GetContextKeysForCustomPolicyRequest.Builder
GetContextKeysForCustomPolicyRequest. 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()
-