Uses of Class
com.oracle.bmc.identity.responses.ListTagDefaultsResponse
-
Packages that use ListTagDefaultsResponse Package Description com.oracle.bmc.identity com.oracle.bmc.identity.responses -
-
Uses of ListTagDefaultsResponse in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return ListTagDefaultsResponse Modifier and Type Method Description ListTagDefaultsResponseIdentity. listTagDefaults(ListTagDefaultsRequest request)Lists the tag defaults for tag definitions in the specified compartment.ListTagDefaultsResponseIdentityClient. listTagDefaults(ListTagDefaultsRequest request)Methods in com.oracle.bmc.identity that return types with arguments of type ListTagDefaultsResponse Modifier and Type Method Description Future<ListTagDefaultsResponse>IdentityAsync. listTagDefaults(ListTagDefaultsRequest request, AsyncHandler<ListTagDefaultsRequest,ListTagDefaultsResponse> handler)Lists the tag defaults for tag definitions in the specified compartment.Future<ListTagDefaultsResponse>IdentityAsyncClient. listTagDefaults(ListTagDefaultsRequest request, AsyncHandler<ListTagDefaultsRequest,ListTagDefaultsResponse> handler)Iterable<ListTagDefaultsResponse>IdentityPaginators. listTagDefaultsResponseIterator(ListTagDefaultsRequest request)Creates a new iterable which will iterate over the responses received from the listTagDefaults operation.Method parameters in com.oracle.bmc.identity with type arguments of type ListTagDefaultsResponse Modifier and Type Method Description Future<ListTagDefaultsResponse>IdentityAsync. listTagDefaults(ListTagDefaultsRequest request, AsyncHandler<ListTagDefaultsRequest,ListTagDefaultsResponse> handler)Lists the tag defaults for tag definitions in the specified compartment.Future<ListTagDefaultsResponse>IdentityAsyncClient. listTagDefaults(ListTagDefaultsRequest request, AsyncHandler<ListTagDefaultsRequest,ListTagDefaultsResponse> handler) -
Uses of ListTagDefaultsResponse in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return ListTagDefaultsResponse Modifier and Type Method Description ListTagDefaultsResponseListTagDefaultsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.identity.responses with parameters of type ListTagDefaultsResponse Modifier and Type Method Description ListTagDefaultsResponse.BuilderListTagDefaultsResponse.Builder. copy(ListTagDefaultsResponse o)Copy method to populate the builder with values from the given instance.
-