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.fleetappsmanagementMethod 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.requestsMethods in com.oracle.bmc.fleetappsmanagement.requests that return DeletePlatformConfigurationRequest Modifier and Type Method Description DeletePlatformConfigurationRequestDeletePlatformConfigurationRequest.Builder. build()Build the instance of DeletePlatformConfigurationRequest as configured by this builderDeletePlatformConfigurationRequestDeletePlatformConfigurationRequest.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.BuilderDeletePlatformConfigurationRequest.Builder. copy(DeletePlatformConfigurationRequest o)Copy method to populate the builder with values from the given instance.
 
-