Uses of Class
com.oracle.bmc.fleetappsmanagement.requests.CreatePlatformConfigurationRequest
-
Packages that use CreatePlatformConfigurationRequest Package Description com.oracle.bmc.fleetappsmanagement com.oracle.bmc.fleetappsmanagement.requests -
-
Uses of CreatePlatformConfigurationRequest in com.oracle.bmc.fleetappsmanagement
Methods in com.oracle.bmc.fleetappsmanagement with parameters of type CreatePlatformConfigurationRequest Modifier and Type Method Description CreatePlatformConfigurationResponse
FleetAppsManagementAdmin. createPlatformConfiguration(CreatePlatformConfigurationRequest request)
Creates a new PlatformConfiguration.Future<CreatePlatformConfigurationResponse>
FleetAppsManagementAdminAsync. createPlatformConfiguration(CreatePlatformConfigurationRequest request, AsyncHandler<CreatePlatformConfigurationRequest,CreatePlatformConfigurationResponse> handler)
Creates a new PlatformConfiguration.Future<CreatePlatformConfigurationResponse>
FleetAppsManagementAdminAsyncClient. createPlatformConfiguration(CreatePlatformConfigurationRequest request, AsyncHandler<CreatePlatformConfigurationRequest,CreatePlatformConfigurationResponse> handler)
CreatePlatformConfigurationResponse
FleetAppsManagementAdminClient. createPlatformConfiguration(CreatePlatformConfigurationRequest request)
Method parameters in com.oracle.bmc.fleetappsmanagement with type arguments of type CreatePlatformConfigurationRequest 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 CreatePlatformConfigurationRequest in com.oracle.bmc.fleetappsmanagement.requests
Methods in com.oracle.bmc.fleetappsmanagement.requests that return CreatePlatformConfigurationRequest Modifier and Type Method Description CreatePlatformConfigurationRequest
CreatePlatformConfigurationRequest.Builder. build()
Build the instance of CreatePlatformConfigurationRequest as configured by this builderCreatePlatformConfigurationRequest
CreatePlatformConfigurationRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreatePlatformConfigurationRequest as configured by this builderMethods in com.oracle.bmc.fleetappsmanagement.requests with parameters of type CreatePlatformConfigurationRequest Modifier and Type Method Description CreatePlatformConfigurationRequest.Builder
CreatePlatformConfigurationRequest.Builder. copy(CreatePlatformConfigurationRequest o)
Copy method to populate the builder with values from the given instance.
-