Uses of Class
com.oracle.bmc.wlms.requests.GetConfigurationRequest
-
Packages that use GetConfigurationRequest Package Description com.oracle.bmc.wlms com.oracle.bmc.wlms.requests -
-
Uses of GetConfigurationRequest in com.oracle.bmc.wlms
Methods in com.oracle.bmc.wlms with parameters of type GetConfigurationRequest Modifier and Type Method Description GetConfigurationResponse
WeblogicManagementServiceConfiguration. getConfiguration(GetConfigurationRequest request)
Gets service configuration.Future<GetConfigurationResponse>
WeblogicManagementServiceConfigurationAsync. getConfiguration(GetConfigurationRequest request, AsyncHandler<GetConfigurationRequest,GetConfigurationResponse> handler)
Gets service configuration.Future<GetConfigurationResponse>
WeblogicManagementServiceConfigurationAsyncClient. getConfiguration(GetConfigurationRequest request, AsyncHandler<GetConfigurationRequest,GetConfigurationResponse> handler)
GetConfigurationResponse
WeblogicManagementServiceConfigurationClient. getConfiguration(GetConfigurationRequest request)
Method parameters in com.oracle.bmc.wlms with type arguments of type GetConfigurationRequest 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 GetConfigurationRequest in com.oracle.bmc.wlms.requests
Methods in com.oracle.bmc.wlms.requests that return GetConfigurationRequest Modifier and Type Method Description GetConfigurationRequest
GetConfigurationRequest.Builder. build()
Build the instance of GetConfigurationRequest as configured by this builderGetConfigurationRequest
GetConfigurationRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetConfigurationRequest as configured by this builderMethods in com.oracle.bmc.wlms.requests with parameters of type GetConfigurationRequest Modifier and Type Method Description GetConfigurationRequest.Builder
GetConfigurationRequest.Builder. copy(GetConfigurationRequest o)
Copy method to populate the builder with values from the given instance.
-