Uses of Class
com.oracle.bmc.fleetappsmanagement.responses.GetPlatformConfigurationResponse
-
Packages that use GetPlatformConfigurationResponse Package Description com.oracle.bmc.fleetappsmanagement com.oracle.bmc.fleetappsmanagement.responses -
-
Uses of GetPlatformConfigurationResponse in com.oracle.bmc.fleetappsmanagement
Methods in com.oracle.bmc.fleetappsmanagement that return GetPlatformConfigurationResponse Modifier and Type Method Description GetPlatformConfigurationResponse
FleetAppsManagementAdmin. getPlatformConfiguration(GetPlatformConfigurationRequest request)
Gets a PlatformConfiguration by identifierGetPlatformConfigurationResponse
FleetAppsManagementAdminClient. getPlatformConfiguration(GetPlatformConfigurationRequest request)
Method parameters in com.oracle.bmc.fleetappsmanagement with type arguments of type GetPlatformConfigurationResponse Modifier and Type Method Description Future<GetPlatformConfigurationResponse>
FleetAppsManagementAdminAsync. getPlatformConfiguration(GetPlatformConfigurationRequest request, AsyncHandler<GetPlatformConfigurationRequest,GetPlatformConfigurationResponse> handler)
Gets a PlatformConfiguration by identifierFuture<GetPlatformConfigurationResponse>
FleetAppsManagementAdminAsyncClient. getPlatformConfiguration(GetPlatformConfigurationRequest request, AsyncHandler<GetPlatformConfigurationRequest,GetPlatformConfigurationResponse> handler)
-
Uses of GetPlatformConfigurationResponse in com.oracle.bmc.fleetappsmanagement.responses
Methods in com.oracle.bmc.fleetappsmanagement.responses that return GetPlatformConfigurationResponse Modifier and Type Method Description GetPlatformConfigurationResponse
GetPlatformConfigurationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.fleetappsmanagement.responses with parameters of type GetPlatformConfigurationResponse Modifier and Type Method Description GetPlatformConfigurationResponse.Builder
GetPlatformConfigurationResponse.Builder. copy(GetPlatformConfigurationResponse o)
Copy method to populate the builder with values from the given instance.
-