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