次の方法で共有


OrganizationOperationsClient Interface

public interface OrganizationOperationsClient

An instance of this class provides access to all the operations defined in OrganizationOperationsClient.

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<OperationResultInner> list()

List the operations for the provider.

abstract PagedIterable<OperationResultInner> list(Context context)

List the operations for the provider.

Method Details

list

public abstract PagedIterable<OperationResultInner> list()

List the operations for the provider.

Returns:

result of GET request to list Confluent operations as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<OperationResultInner> list(Context context)

List the operations for the provider.

Parameters:

context - The context to associate with this operation.

Returns:

result of GET request to list Confluent operations as paginated response with PagedIterable<T>.

Applies to