@Generated(value="OracleSDKGenerator", comments="API Version: 1.0.014") public interface TransferDevice extends AutoCloseable
Modifier and Type | Method and Description |
---|---|
CreateTransferDeviceResponse |
createTransferDevice(CreateTransferDeviceRequest request)
Create a new Transfer Device
|
DeleteTransferDeviceResponse |
deleteTransferDevice(DeleteTransferDeviceRequest request)
deletes a transfer Device
|
GetTransferDeviceResponse |
getTransferDevice(GetTransferDeviceRequest request)
Describes a transfer package in detail
|
TransferDeviceWaiters |
getWaiters()
Gets the pre-configured waiters available for resources for this service.
|
ListTransferDevicesResponse |
listTransferDevices(ListTransferDevicesRequest request)
Lists Transfer Devices associated with a transferJob
|
void |
setEndpoint(String endpoint)
Sets the endpoint to call (ex, https://www.example.com).
|
void |
setRegion(Region region)
Sets the region to call (ex, Region.US_PHOENIX_1).
|
void |
setRegion(String regionId)
Sets the region to call (ex, ‘us-phoenix-1’).
|
UpdateTransferDeviceResponse |
updateTransferDevice(UpdateTransferDeviceRequest request)
Updates a Transfer Device
|
close
void setEndpoint(String endpoint)
Sets the endpoint to call (ex, https://www.example.com).
endpoint
- The endpoint of the service.void setRegion(Region region)
Sets the region to call (ex, Region.US_PHOENIX_1).
Note, this will call setEndpoint
after resolving the endpoint. If the service is not available in this Region, however, an IllegalArgumentException will be raised.
region
- The region of the service.void setRegion(String regionId)
Sets the region to call (ex, ‘us-phoenix-1’).
Note, this will first try to map the region ID to a known Region and call setRegion
.
If no known Region could be determined, it will create an endpoint based on the default endpoint format (Region.formatDefaultRegionEndpoint(Service, String)
and then call setEndpoint
.
regionId
- The public region ID.CreateTransferDeviceResponse createTransferDevice(CreateTransferDeviceRequest request)
Create a new Transfer Device
request
- The request object containing the details to sendBmcException
- when an error occurs.DeleteTransferDeviceResponse deleteTransferDevice(DeleteTransferDeviceRequest request)
deletes a transfer Device
request
- The request object containing the details to sendBmcException
- when an error occurs.GetTransferDeviceResponse getTransferDevice(GetTransferDeviceRequest request)
Describes a transfer package in detail
request
- The request object containing the details to sendBmcException
- when an error occurs.ListTransferDevicesResponse listTransferDevices(ListTransferDevicesRequest request)
Lists Transfer Devices associated with a transferJob
request
- The request object containing the details to sendBmcException
- when an error occurs.UpdateTransferDeviceResponse updateTransferDevice(UpdateTransferDeviceRequest request)
Updates a Transfer Device
request
- The request object containing the details to sendBmcException
- when an error occurs.TransferDeviceWaiters getWaiters()
Gets the pre-configured waiters available for resources for this service.
Copyright © 2016–2020. All rights reserved.