次の方法で共有


OrganizationOperations Interface

public interface OrganizationOperations

Resource collection API of OrganizationOperations.

Method Summary

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

List the operations for the provider.

abstract PagedIterable<OperationResult> list(Context context)

List the operations for the provider.

Method Details

list

public abstract PagedIterable<OperationResult> 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<OperationResult> 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