Uses of Class
ai.vectros.types.ScopedKeyResponse
Packages that use ScopedKeyResponse
-
Uses of ScopedKeyResponse in ai.vectros.resources.auth
Methods in ai.vectros.resources.auth that return ScopedKeyResponseModifier and TypeMethodDescriptionAuthClient.createScopedKey(CreateScopedKeyRequest request) Creates a scoped API key (anssk_*secret) that inherits its permissions from an existing access profile in your account.AuthClient.createScopedKey(CreateScopedKeyRequest request, RequestOptions requestOptions) Creates a scoped API key (anssk_*secret) that inherits its permissions from an existing access profile in your account.AuthClient.getScopedKey(String keyId) Returns the metadata for a single scoped API key.AuthClient.getScopedKey(String keyId, RequestOptions requestOptions) Returns the metadata for a single scoped API key.AuthClient.getScopedKey(String keyId, GetScopedKeyRequest request) Returns the metadata for a single scoped API key.AuthClient.getScopedKey(String keyId, GetScopedKeyRequest request, RequestOptions requestOptions) Returns the metadata for a single scoped API key.Methods in ai.vectros.resources.auth that return types with arguments of type ScopedKeyResponseModifier and TypeMethodDescriptionAsyncAuthClient.createScopedKey(CreateScopedKeyRequest request) Creates a scoped API key (anssk_*secret) that inherits its permissions from an existing access profile in your account.AsyncAuthClient.createScopedKey(CreateScopedKeyRequest request, RequestOptions requestOptions) Creates a scoped API key (anssk_*secret) that inherits its permissions from an existing access profile in your account.AsyncRawAuthClient.createScopedKey(CreateScopedKeyRequest request) Creates a scoped API key (anssk_*secret) that inherits its permissions from an existing access profile in your account.AsyncRawAuthClient.createScopedKey(CreateScopedKeyRequest request, RequestOptions requestOptions) Creates a scoped API key (anssk_*secret) that inherits its permissions from an existing access profile in your account.RawAuthClient.createScopedKey(CreateScopedKeyRequest request) Creates a scoped API key (anssk_*secret) that inherits its permissions from an existing access profile in your account.RawAuthClient.createScopedKey(CreateScopedKeyRequest request, RequestOptions requestOptions) Creates a scoped API key (anssk_*secret) that inherits its permissions from an existing access profile in your account.AsyncAuthClient.getScopedKey(String keyId) Returns the metadata for a single scoped API key.AsyncAuthClient.getScopedKey(String keyId, RequestOptions requestOptions) Returns the metadata for a single scoped API key.AsyncAuthClient.getScopedKey(String keyId, GetScopedKeyRequest request) Returns the metadata for a single scoped API key.AsyncAuthClient.getScopedKey(String keyId, GetScopedKeyRequest request, RequestOptions requestOptions) Returns the metadata for a single scoped API key.AsyncRawAuthClient.getScopedKey(String keyId) Returns the metadata for a single scoped API key.AsyncRawAuthClient.getScopedKey(String keyId, RequestOptions requestOptions) Returns the metadata for a single scoped API key.AsyncRawAuthClient.getScopedKey(String keyId, GetScopedKeyRequest request) Returns the metadata for a single scoped API key.AsyncRawAuthClient.getScopedKey(String keyId, GetScopedKeyRequest request, RequestOptions requestOptions) Returns the metadata for a single scoped API key.RawAuthClient.getScopedKey(String keyId) Returns the metadata for a single scoped API key.RawAuthClient.getScopedKey(String keyId, RequestOptions requestOptions) Returns the metadata for a single scoped API key.RawAuthClient.getScopedKey(String keyId, GetScopedKeyRequest request) Returns the metadata for a single scoped API key.RawAuthClient.getScopedKey(String keyId, GetScopedKeyRequest request, RequestOptions requestOptions) Returns the metadata for a single scoped API key. -
Uses of ScopedKeyResponse in ai.vectros.types
Methods in ai.vectros.types that return ScopedKeyResponseMethods in ai.vectros.types that return types with arguments of type ScopedKeyResponseMethods in ai.vectros.types with parameters of type ScopedKeyResponseMethod parameters in ai.vectros.types with type arguments of type ScopedKeyResponseModifier and TypeMethodDescriptionScopedKeyPage.Builder.data(List<ScopedKeyResponse> data) ScopedKeyPage.Builder.data(Optional<List<ScopedKeyResponse>> data) The items on this page, in the endpoint's natural order.