AttributeNamespacesClient Interface
public interface AttributeNamespacesClient
An instance of this class provides access to all the operations defined in AttributeNamespacesClient.
Method Summary
Method Details
create
public abstract AttributeNamespaceInner create(String attributeNamespace, AttributeNamespaceCreateRequest parameters)
Creates a new attribute namespace.
Parameters:
Returns:
createAsync
public abstract Mono<AttributeNamespaceInner> createAsync(String attributeNamespace, AttributeNamespaceCreateRequest parameters)
Creates a new attribute namespace.
Parameters:
Returns:
createWithResponse
public abstract Response<AttributeNamespaceInner> createWithResponse(String attributeNamespace, AttributeNamespaceCreateRequest parameters, Context context)
Creates a new attribute namespace.
Parameters:
Returns:
createWithResponseAsync
public abstract Mono<Response<AttributeNamespaceInner>> createWithResponseAsync(String attributeNamespace, AttributeNamespaceCreateRequest parameters)
Creates a new attribute namespace.
Parameters:
Returns:
delete
public abstract void delete(String attributeNamespace)
Deletes the specified attribute namespace.
Parameters:
deleteAsync
public abstract Mono<Void> deleteAsync(String attributeNamespace)
Deletes the specified attribute namespace.
Parameters:
Returns:
deleteWithResponse
public abstract Response<Void> deleteWithResponse(String attributeNamespace, Context context)
Deletes the specified attribute namespace.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono<Response<Void>> deleteWithResponseAsync(String attributeNamespace)
Deletes the specified attribute namespace.
Parameters:
Returns:
get
public abstract AttributeNamespaceInner get(String attributeNamespace)
Gets the specified attribute namespace.
Parameters:
Returns:
getAsync
public abstract Mono<AttributeNamespaceInner> getAsync(String attributeNamespace)
Gets the specified attribute namespace.
Parameters:
Returns:
getWithResponse
public abstract Response<AttributeNamespaceInner> getWithResponse(String attributeNamespace, Context context)
Gets the specified attribute namespace.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono<Response<AttributeNamespaceInner>> getWithResponseAsync(String attributeNamespace)
Gets the specified attribute namespace.
Parameters:
Returns: