Uses of Interface
software.amazon.awssdk.services.iam.model.GetPolicyResponse.Builder
-
Packages that use GetPolicyResponse.Builder Package Description software.amazon.awssdk.services.iam.model -
-
Uses of GetPolicyResponse.Builder in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return GetPolicyResponse.Builder Modifier and Type Method Description static GetPolicyResponse.BuilderGetPolicyResponse. builder()default GetPolicyResponse.BuilderGetPolicyResponse.Builder. policy(Consumer<Policy.Builder> policy)A structure containing details about the policy.GetPolicyResponse.BuilderGetPolicyResponse.Builder. policy(Policy policy)A structure containing details about the policy.GetPolicyResponse.BuilderGetPolicyResponse. toBuilder()Methods in software.amazon.awssdk.services.iam.model that return types with arguments of type GetPolicyResponse.Builder Modifier and Type Method Description static Class<? extends GetPolicyResponse.Builder>GetPolicyResponse. serializableBuilderClass()
-