Uses of Class
com.oracle.bmc.identitydomains.responses.GetNetworkPerimeterResponse
-
Packages that use GetNetworkPerimeterResponse Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.responses -
-
Uses of GetNetworkPerimeterResponse in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains that return GetNetworkPerimeterResponse Modifier and Type Method Description GetNetworkPerimeterResponse
IdentityDomains. getNetworkPerimeter(GetNetworkPerimeterRequest request)
Get a NetworkPerimeterGetNetworkPerimeterResponse
IdentityDomainsClient. getNetworkPerimeter(GetNetworkPerimeterRequest request)
Methods in com.oracle.bmc.identitydomains that return types with arguments of type GetNetworkPerimeterResponse Modifier and Type Method Description Future<GetNetworkPerimeterResponse>
IdentityDomainsAsync. getNetworkPerimeter(GetNetworkPerimeterRequest request, AsyncHandler<GetNetworkPerimeterRequest,GetNetworkPerimeterResponse> handler)
Get a NetworkPerimeterFuture<GetNetworkPerimeterResponse>
IdentityDomainsAsyncClient. getNetworkPerimeter(GetNetworkPerimeterRequest request, AsyncHandler<GetNetworkPerimeterRequest,GetNetworkPerimeterResponse> handler)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type GetNetworkPerimeterResponse Modifier and Type Method Description Future<GetNetworkPerimeterResponse>
IdentityDomainsAsync. getNetworkPerimeter(GetNetworkPerimeterRequest request, AsyncHandler<GetNetworkPerimeterRequest,GetNetworkPerimeterResponse> handler)
Get a NetworkPerimeterFuture<GetNetworkPerimeterResponse>
IdentityDomainsAsyncClient. getNetworkPerimeter(GetNetworkPerimeterRequest request, AsyncHandler<GetNetworkPerimeterRequest,GetNetworkPerimeterResponse> handler)
-
Uses of GetNetworkPerimeterResponse in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return GetNetworkPerimeterResponse Modifier and Type Method Description GetNetworkPerimeterResponse
GetNetworkPerimeterResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identitydomains.responses with parameters of type GetNetworkPerimeterResponse Modifier and Type Method Description GetNetworkPerimeterResponse.Builder
GetNetworkPerimeterResponse.Builder. copy(GetNetworkPerimeterResponse o)
Copy method to populate the builder with values from the given instance.
-