Uses of Interface
software.amazon.awssdk.services.ram.model.DeletePermissionResponse.Builder
Packages that use DeletePermissionResponse.Builder
-
Uses of DeletePermissionResponse.Builder in software.amazon.awssdk.services.ram.model
Methods in software.amazon.awssdk.services.ram.model that return DeletePermissionResponse.BuilderModifier and TypeMethodDescriptionDeletePermissionResponse.builder()DeletePermissionResponse.Builder.clientToken(String clientToken) The idempotency identifier associated with this request.DeletePermissionResponse.Builder.permissionStatus(String permissionStatus) This operation is performed asynchronously, and this response parameter indicates the current status.DeletePermissionResponse.Builder.permissionStatus(PermissionStatus permissionStatus) This operation is performed asynchronously, and this response parameter indicates the current status.DeletePermissionResponse.Builder.returnValue(Boolean returnValue) A boolean that indicates whether the delete operations succeeded.DeletePermissionResponse.toBuilder()Methods in software.amazon.awssdk.services.ram.model that return types with arguments of type DeletePermissionResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DeletePermissionResponse.Builder>DeletePermissionResponse.serializableBuilderClass()