Uses of Class
com.oracle.bmc.identity.responses.CreateNetworkSourceResponse
-
Packages that use CreateNetworkSourceResponse Package Description com.oracle.bmc.identity com.oracle.bmc.identity.responses -
-
Uses of CreateNetworkSourceResponse in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return CreateNetworkSourceResponse Modifier and Type Method Description CreateNetworkSourceResponse
Identity. createNetworkSource(CreateNetworkSourceRequest request)
Creates a new network source in your tenancy.CreateNetworkSourceResponse
IdentityClient. createNetworkSource(CreateNetworkSourceRequest request)
Methods in com.oracle.bmc.identity that return types with arguments of type CreateNetworkSourceResponse 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)
Method parameters in com.oracle.bmc.identity with type arguments of type CreateNetworkSourceResponse 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 CreateNetworkSourceResponse in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return CreateNetworkSourceResponse Modifier and Type Method Description CreateNetworkSourceResponse
CreateNetworkSourceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identity.responses with parameters of type CreateNetworkSourceResponse Modifier and Type Method Description CreateNetworkSourceResponse.Builder
CreateNetworkSourceResponse.Builder. copy(CreateNetworkSourceResponse o)
Copy method to populate the builder with values from the given instance.
-