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.identityMethods in com.oracle.bmc.identity with parameters of type CreateNetworkSourceRequest Modifier and Type Method Description CreateNetworkSourceResponseIdentity. 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)CreateNetworkSourceResponseIdentityClient. 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.requestsMethods in com.oracle.bmc.identity.requests that return CreateNetworkSourceRequest Modifier and Type Method Description CreateNetworkSourceRequestCreateNetworkSourceRequest.Builder. build()Build the instance of CreateNetworkSourceRequest as configured by this builderCreateNetworkSourceRequestCreateNetworkSourceRequest.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.BuilderCreateNetworkSourceRequest.Builder. copy(CreateNetworkSourceRequest o)Copy method to populate the builder with values from the given instance.
 
-