Uses of Class
com.oracle.bmc.fusionapps.responses.GetFusionEnvironmentResponse
-
Packages that use GetFusionEnvironmentResponse Package Description com.oracle.bmc.fusionapps com.oracle.bmc.fusionapps.responses -
-
Uses of GetFusionEnvironmentResponse in com.oracle.bmc.fusionapps
Methods in com.oracle.bmc.fusionapps that return GetFusionEnvironmentResponse Modifier and Type Method Description GetFusionEnvironmentResponse
FusionApplications. getFusionEnvironment(GetFusionEnvironmentRequest request)
Gets a FusionEnvironment by identifierGetFusionEnvironmentResponse
FusionApplicationsClient. getFusionEnvironment(GetFusionEnvironmentRequest request)
Method parameters in com.oracle.bmc.fusionapps with type arguments of type GetFusionEnvironmentResponse Modifier and Type Method Description Future<GetFusionEnvironmentResponse>
FusionApplicationsAsync. getFusionEnvironment(GetFusionEnvironmentRequest request, AsyncHandler<GetFusionEnvironmentRequest,GetFusionEnvironmentResponse> handler)
Gets a FusionEnvironment by identifierFuture<GetFusionEnvironmentResponse>
FusionApplicationsAsyncClient. getFusionEnvironment(GetFusionEnvironmentRequest request, AsyncHandler<GetFusionEnvironmentRequest,GetFusionEnvironmentResponse> handler)
-
Uses of GetFusionEnvironmentResponse in com.oracle.bmc.fusionapps.responses
Methods in com.oracle.bmc.fusionapps.responses that return GetFusionEnvironmentResponse Modifier and Type Method Description GetFusionEnvironmentResponse
GetFusionEnvironmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.fusionapps.responses with parameters of type GetFusionEnvironmentResponse Modifier and Type Method Description GetFusionEnvironmentResponse.Builder
GetFusionEnvironmentResponse.Builder. copy(GetFusionEnvironmentResponse o)
Copy method to populate the builder with values from the given instance.
-