Uses of Class
com.oracle.bmc.fleetappsmanagement.requests.DeletePlatformConfigurationRequest
-
Packages that use DeletePlatformConfigurationRequest Package Description com.oracle.bmc.fleetappsmanagement com.oracle.bmc.fleetappsmanagement.requests -
-
Uses of DeletePlatformConfigurationRequest in com.oracle.bmc.fleetappsmanagement
Method parameters in com.oracle.bmc.fleetappsmanagement with type arguments of type DeletePlatformConfigurationRequest Modifier and Type Method Description Future<DeletePlatformConfigurationResponse>
FleetAppsManagementAdminAsync. deletePlatformConfiguration(DeletePlatformConfigurationRequest request, AsyncHandler<DeletePlatformConfigurationRequest,DeletePlatformConfigurationResponse> handler)
Deletes a PlatformConfiguration resource by identifierFuture<DeletePlatformConfigurationResponse>
FleetAppsManagementAdminAsyncClient. deletePlatformConfiguration(DeletePlatformConfigurationRequest request, AsyncHandler<DeletePlatformConfigurationRequest,DeletePlatformConfigurationResponse> handler)
-
Uses of DeletePlatformConfigurationRequest in com.oracle.bmc.fleetappsmanagement.requests
Methods in com.oracle.bmc.fleetappsmanagement.requests that return DeletePlatformConfigurationRequest Modifier and Type Method Description DeletePlatformConfigurationRequest
DeletePlatformConfigurationRequest.Builder. build()
Build the instance of DeletePlatformConfigurationRequest as configured by this builderDeletePlatformConfigurationRequest
DeletePlatformConfigurationRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeletePlatformConfigurationRequest as configured by this builderMethods in com.oracle.bmc.fleetappsmanagement.requests with parameters of type DeletePlatformConfigurationRequest Modifier and Type Method Description DeletePlatformConfigurationRequest.Builder
DeletePlatformConfigurationRequest.Builder. copy(DeletePlatformConfigurationRequest o)
Copy method to populate the builder with values from the given instance.
-