Package | Description |
---|---|
com.oracle.bmc.identity | |
com.oracle.bmc.identity.requests |
Modifier and Type | Method and Description |
---|---|
ListTagDefaultsResponse |
Identity.listTagDefaults(ListTagDefaultsRequest request)
Lists the tag defaults for tag definitions in the specified compartment.
|
ListTagDefaultsResponse |
IdentityClient.listTagDefaults(ListTagDefaultsRequest request) |
Future<ListTagDefaultsResponse> |
IdentityAsyncClient.listTagDefaults(ListTagDefaultsRequest request,
AsyncHandler<ListTagDefaultsRequest,ListTagDefaultsResponse> handler) |
Future<ListTagDefaultsResponse> |
IdentityAsync.listTagDefaults(ListTagDefaultsRequest request,
AsyncHandler<ListTagDefaultsRequest,ListTagDefaultsResponse> handler)
Lists the tag defaults for tag definitions in the specified compartment.
|
Iterable<TagDefaultSummary> |
IdentityPaginators.listTagDefaultsRecordIterator(ListTagDefaultsRequest request)
Creates a new iterable which will iterate over the
TagDefaultSummary objects contained in responses from the
listTagDefaults operation. |
Iterable<ListTagDefaultsResponse> |
IdentityPaginators.listTagDefaultsResponseIterator(ListTagDefaultsRequest request)
Creates a new iterable which will iterate over the responses received from the
listTagDefaults operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListTagDefaultsResponse> |
IdentityAsyncClient.listTagDefaults(ListTagDefaultsRequest request,
AsyncHandler<ListTagDefaultsRequest,ListTagDefaultsResponse> handler) |
Future<ListTagDefaultsResponse> |
IdentityAsync.listTagDefaults(ListTagDefaultsRequest request,
AsyncHandler<ListTagDefaultsRequest,ListTagDefaultsResponse> handler)
Lists the tag defaults for tag definitions in the specified compartment.
|
Modifier and Type | Method and Description |
---|---|
ListTagDefaultsRequest |
ListTagDefaultsRequest.Builder.build()
Build the instance of ListTagDefaultsRequest as configured by this builder
|
ListTagDefaultsRequest |
ListTagDefaultsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListTagDefaultsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListTagDefaultsRequest.Builder |
ListTagDefaultsRequest.Builder.copy(ListTagDefaultsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.