Uses of Interface
software.amazon.awssdk.services.ram.model.CreatePermissionVersionResponse.Builder
-
Packages that use CreatePermissionVersionResponse.Builder Package Description software.amazon.awssdk.services.ram.model -
-
Uses of CreatePermissionVersionResponse.Builder in software.amazon.awssdk.services.ram.model
Methods in software.amazon.awssdk.services.ram.model that return CreatePermissionVersionResponse.Builder Modifier and Type Method Description static CreatePermissionVersionResponse.BuilderCreatePermissionVersionResponse. builder()CreatePermissionVersionResponse.BuilderCreatePermissionVersionResponse.Builder. clientToken(String clientToken)The idempotency identifier associated with this request.default CreatePermissionVersionResponse.BuilderCreatePermissionVersionResponse.Builder. permission(Consumer<ResourceSharePermissionDetail.Builder> permission)Sets the value of the Permission property for this object.CreatePermissionVersionResponse.BuilderCreatePermissionVersionResponse.Builder. permission(ResourceSharePermissionDetail permission)Sets the value of the Permission property for this object.CreatePermissionVersionResponse.BuilderCreatePermissionVersionResponse. toBuilder()Methods in software.amazon.awssdk.services.ram.model that return types with arguments of type CreatePermissionVersionResponse.Builder Modifier and Type Method Description static Class<? extends CreatePermissionVersionResponse.Builder>CreatePermissionVersionResponse. serializableBuilderClass()
-