Package | Description |
---|---|
com.oracle.bmc.databasemanagement | |
com.oracle.bmc.databasemanagement.requests |
Modifier and Type | Method and Description |
---|---|
ListAsmPropertiesResponse |
DbManagementClient.listAsmProperties(ListAsmPropertiesRequest request) |
ListAsmPropertiesResponse |
DbManagement.listAsmProperties(ListAsmPropertiesRequest request)
Gets the list of ASM properties for the specified managedDatabaseId.
|
Future<ListAsmPropertiesResponse> |
DbManagementAsync.listAsmProperties(ListAsmPropertiesRequest request,
AsyncHandler<ListAsmPropertiesRequest,ListAsmPropertiesResponse> handler)
Gets the list of ASM properties for the specified managedDatabaseId.
|
Future<ListAsmPropertiesResponse> |
DbManagementAsyncClient.listAsmProperties(ListAsmPropertiesRequest request,
AsyncHandler<ListAsmPropertiesRequest,ListAsmPropertiesResponse> handler) |
Iterable<AsmPropertySummary> |
DbManagementPaginators.listAsmPropertiesRecordIterator(ListAsmPropertiesRequest request)
Creates a new iterable which will iterate over the
AsmPropertySummary objects contained in responses
from the listAsmProperties operation. |
Iterable<ListAsmPropertiesResponse> |
DbManagementPaginators.listAsmPropertiesResponseIterator(ListAsmPropertiesRequest request)
Creates a new iterable which will iterate over the responses received from the
listAsmProperties operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListAsmPropertiesResponse> |
DbManagementAsync.listAsmProperties(ListAsmPropertiesRequest request,
AsyncHandler<ListAsmPropertiesRequest,ListAsmPropertiesResponse> handler)
Gets the list of ASM properties for the specified managedDatabaseId.
|
Future<ListAsmPropertiesResponse> |
DbManagementAsyncClient.listAsmProperties(ListAsmPropertiesRequest request,
AsyncHandler<ListAsmPropertiesRequest,ListAsmPropertiesResponse> handler) |
Modifier and Type | Method and Description |
---|---|
ListAsmPropertiesRequest |
ListAsmPropertiesRequest.Builder.build()
Build the instance of ListAsmPropertiesRequest as configured by this builder
|
ListAsmPropertiesRequest |
ListAsmPropertiesRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListAsmPropertiesRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListAsmPropertiesRequest.Builder |
ListAsmPropertiesRequest.Builder.copy(ListAsmPropertiesRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.