Uses of Interface
software.amazon.awssdk.services.iam.model.GetContextKeysForCustomPolicyResponse.Builder
-
Packages that use GetContextKeysForCustomPolicyResponse.Builder Package Description software.amazon.awssdk.services.iam.model -
-
Uses of GetContextKeysForCustomPolicyResponse.Builder in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return GetContextKeysForCustomPolicyResponse.Builder Modifier and Type Method Description static GetContextKeysForCustomPolicyResponse.BuilderGetContextKeysForCustomPolicyResponse. builder()GetContextKeysForCustomPolicyResponse.BuilderGetContextKeysForCustomPolicyResponse.Builder. contextKeyNames(String... contextKeyNames)The list of context keys that are referenced in the input policies.GetContextKeysForCustomPolicyResponse.BuilderGetContextKeysForCustomPolicyResponse.Builder. contextKeyNames(Collection<String> contextKeyNames)The list of context keys that are referenced in the input policies.GetContextKeysForCustomPolicyResponse.BuilderGetContextKeysForCustomPolicyResponse. toBuilder()Methods in software.amazon.awssdk.services.iam.model that return types with arguments of type GetContextKeysForCustomPolicyResponse.Builder Modifier and Type Method Description static Class<? extends GetContextKeysForCustomPolicyResponse.Builder>GetContextKeysForCustomPolicyResponse. serializableBuilderClass()
-