Uses of Class
com.oracle.bmc.cloudmigrations.requests.CreateTargetAssetRequest
-
Packages that use CreateTargetAssetRequest Package Description com.oracle.bmc.cloudmigrations com.oracle.bmc.cloudmigrations.requests -
-
Uses of CreateTargetAssetRequest in com.oracle.bmc.cloudmigrations
Methods in com.oracle.bmc.cloudmigrations with parameters of type CreateTargetAssetRequest Modifier and Type Method Description CreateTargetAssetResponse
Migration. createTargetAsset(CreateTargetAssetRequest request)
Creates a target asset.Future<CreateTargetAssetResponse>
MigrationAsync. createTargetAsset(CreateTargetAssetRequest request, AsyncHandler<CreateTargetAssetRequest,CreateTargetAssetResponse> handler)
Creates a target asset.Future<CreateTargetAssetResponse>
MigrationAsyncClient. createTargetAsset(CreateTargetAssetRequest request, AsyncHandler<CreateTargetAssetRequest,CreateTargetAssetResponse> handler)
CreateTargetAssetResponse
MigrationClient. createTargetAsset(CreateTargetAssetRequest request)
Method parameters in com.oracle.bmc.cloudmigrations with type arguments of type CreateTargetAssetRequest Modifier and Type Method Description Future<CreateTargetAssetResponse>
MigrationAsync. createTargetAsset(CreateTargetAssetRequest request, AsyncHandler<CreateTargetAssetRequest,CreateTargetAssetResponse> handler)
Creates a target asset.Future<CreateTargetAssetResponse>
MigrationAsyncClient. createTargetAsset(CreateTargetAssetRequest request, AsyncHandler<CreateTargetAssetRequest,CreateTargetAssetResponse> handler)
-
Uses of CreateTargetAssetRequest in com.oracle.bmc.cloudmigrations.requests
Methods in com.oracle.bmc.cloudmigrations.requests that return CreateTargetAssetRequest Modifier and Type Method Description CreateTargetAssetRequest
CreateTargetAssetRequest.Builder. build()
Build the instance of CreateTargetAssetRequest as configured by this builderCreateTargetAssetRequest
CreateTargetAssetRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateTargetAssetRequest as configured by this builderMethods in com.oracle.bmc.cloudmigrations.requests with parameters of type CreateTargetAssetRequest Modifier and Type Method Description CreateTargetAssetRequest.Builder
CreateTargetAssetRequest.Builder. copy(CreateTargetAssetRequest o)
Copy method to populate the builder with values from the given instance.
-