Uses of Interface
software.amazon.awssdk.services.lambda.model.GetPolicyResponse.Builder
-
Packages that use GetPolicyResponse.Builder Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of GetPolicyResponse.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return GetPolicyResponse.Builder Modifier and Type Method Description static GetPolicyResponse.BuilderGetPolicyResponse. builder()GetPolicyResponse.BuilderGetPolicyResponse.Builder. policy(String policy)The resource-based policy.GetPolicyResponse.BuilderGetPolicyResponse.Builder. revisionId(String revisionId)A unique identifier for the current revision of the policy.GetPolicyResponse.BuilderGetPolicyResponse. toBuilder()Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type GetPolicyResponse.Builder Modifier and Type Method Description static Class<? extends GetPolicyResponse.Builder>GetPolicyResponse. serializableBuilderClass()
-