Uses of Class
com.oracle.bmc.identity.requests.GetTagNamespaceRequest
-
Packages that use GetTagNamespaceRequest Package Description com.oracle.bmc.identity com.oracle.bmc.identity.requests -
-
Uses of GetTagNamespaceRequest in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return types with arguments of type GetTagNamespaceRequest Modifier and Type Method Description Waiter<GetTagNamespaceRequest,GetTagNamespaceResponse>IdentityWaiters. forTagNamespace(GetTagNamespaceRequest request, TagNamespace.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetTagNamespaceRequest,GetTagNamespaceResponse>IdentityWaiters. forTagNamespace(GetTagNamespaceRequest request, TagNamespace.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetTagNamespaceRequest,GetTagNamespaceResponse>IdentityWaiters. forTagNamespace(GetTagNamespaceRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, TagNamespace.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration.Method parameters in com.oracle.bmc.identity with type arguments of type GetTagNamespaceRequest Modifier and Type Method Description Future<GetTagNamespaceResponse>IdentityAsync. getTagNamespace(GetTagNamespaceRequest request, AsyncHandler<GetTagNamespaceRequest,GetTagNamespaceResponse> handler)Gets the specified tag namespace’s information.Future<GetTagNamespaceResponse>IdentityAsyncClient. getTagNamespace(GetTagNamespaceRequest request, AsyncHandler<GetTagNamespaceRequest,GetTagNamespaceResponse> handler) -
Uses of GetTagNamespaceRequest in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return GetTagNamespaceRequest Modifier and Type Method Description GetTagNamespaceRequestGetTagNamespaceRequest.Builder. build()Build the instance of GetTagNamespaceRequest as configured by this builderGetTagNamespaceRequestGetTagNamespaceRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetTagNamespaceRequest as configured by this builderMethods in com.oracle.bmc.identity.requests with parameters of type GetTagNamespaceRequest Modifier and Type Method Description GetTagNamespaceRequest.BuilderGetTagNamespaceRequest.Builder. copy(GetTagNamespaceRequest o)Copy method to populate the builder with values from the given instance.
-