Uses of Class
com.oracle.bmc.wlms.responses.GetConfigurationResponse
-
Packages that use GetConfigurationResponse Package Description com.oracle.bmc.wlms com.oracle.bmc.wlms.responses -
-
Uses of GetConfigurationResponse in com.oracle.bmc.wlms
Methods in com.oracle.bmc.wlms that return GetConfigurationResponse Modifier and Type Method Description GetConfigurationResponse
WeblogicManagementServiceConfiguration. getConfiguration(GetConfigurationRequest request)
Gets service configuration.GetConfigurationResponse
WeblogicManagementServiceConfigurationClient. getConfiguration(GetConfigurationRequest request)
Methods in com.oracle.bmc.wlms that return types with arguments of type GetConfigurationResponse Modifier and Type Method Description Future<GetConfigurationResponse>
WeblogicManagementServiceConfigurationAsync. getConfiguration(GetConfigurationRequest request, AsyncHandler<GetConfigurationRequest,GetConfigurationResponse> handler)
Gets service configuration.Future<GetConfigurationResponse>
WeblogicManagementServiceConfigurationAsyncClient. getConfiguration(GetConfigurationRequest request, AsyncHandler<GetConfigurationRequest,GetConfigurationResponse> handler)
Method parameters in com.oracle.bmc.wlms with type arguments of type GetConfigurationResponse Modifier and Type Method Description Future<GetConfigurationResponse>
WeblogicManagementServiceConfigurationAsync. getConfiguration(GetConfigurationRequest request, AsyncHandler<GetConfigurationRequest,GetConfigurationResponse> handler)
Gets service configuration.Future<GetConfigurationResponse>
WeblogicManagementServiceConfigurationAsyncClient. getConfiguration(GetConfigurationRequest request, AsyncHandler<GetConfigurationRequest,GetConfigurationResponse> handler)
-
Uses of GetConfigurationResponse in com.oracle.bmc.wlms.responses
Methods in com.oracle.bmc.wlms.responses that return GetConfigurationResponse Modifier and Type Method Description GetConfigurationResponse
GetConfigurationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.wlms.responses with parameters of type GetConfigurationResponse Modifier and Type Method Description GetConfigurationResponse.Builder
GetConfigurationResponse.Builder. copy(GetConfigurationResponse o)
Copy method to populate the builder with values from the given instance.
-