Uses of Class
com.oracle.bmc.identity.requests.CreateNetworkSourceRequest
-
Packages that use CreateNetworkSourceRequest Package Description com.oracle.bmc.identity com.oracle.bmc.identity.requests -
-
Uses of CreateNetworkSourceRequest in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity with parameters of type CreateNetworkSourceRequest Modifier and Type Method Description CreateNetworkSourceResponse
Identity. createNetworkSource(CreateNetworkSourceRequest request)
Creates a new network source in your tenancy.Future<CreateNetworkSourceResponse>
IdentityAsync. createNetworkSource(CreateNetworkSourceRequest request, AsyncHandler<CreateNetworkSourceRequest,CreateNetworkSourceResponse> handler)
Creates a new network source in your tenancy.Future<CreateNetworkSourceResponse>
IdentityAsyncClient. createNetworkSource(CreateNetworkSourceRequest request, AsyncHandler<CreateNetworkSourceRequest,CreateNetworkSourceResponse> handler)
CreateNetworkSourceResponse
IdentityClient. createNetworkSource(CreateNetworkSourceRequest request)
Method parameters in com.oracle.bmc.identity with type arguments of type CreateNetworkSourceRequest Modifier and Type Method Description Future<CreateNetworkSourceResponse>
IdentityAsync. createNetworkSource(CreateNetworkSourceRequest request, AsyncHandler<CreateNetworkSourceRequest,CreateNetworkSourceResponse> handler)
Creates a new network source in your tenancy.Future<CreateNetworkSourceResponse>
IdentityAsyncClient. createNetworkSource(CreateNetworkSourceRequest request, AsyncHandler<CreateNetworkSourceRequest,CreateNetworkSourceResponse> handler)
-
Uses of CreateNetworkSourceRequest in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return CreateNetworkSourceRequest Modifier and Type Method Description CreateNetworkSourceRequest
CreateNetworkSourceRequest.Builder. build()
Build the instance of CreateNetworkSourceRequest as configured by this builderCreateNetworkSourceRequest
CreateNetworkSourceRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateNetworkSourceRequest as configured by this builderMethods in com.oracle.bmc.identity.requests with parameters of type CreateNetworkSourceRequest Modifier and Type Method Description CreateNetworkSourceRequest.Builder
CreateNetworkSourceRequest.Builder. copy(CreateNetworkSourceRequest o)
Copy method to populate the builder with values from the given instance.
-