
com.amazonaws.services.repostspace.AbstractAWSRepostspaceAsync Maven / Gradle / Ivy
/*
* Copyright 2019-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
* CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions
* and limitations under the License.
*/
package com.amazonaws.services.repostspace;
import javax.annotation.Generated;
import com.amazonaws.services.repostspace.model.*;
/**
* Abstract implementation of {@code AWSRepostspaceAsync}. Convenient method forms pass through to the corresponding
* overload that takes a request object and an {@code AsyncHandler}, which throws an
* {@code UnsupportedOperationException}.
*/
@Generated("com.amazonaws:aws-java-sdk-code-generator")
public class AbstractAWSRepostspaceAsync extends AbstractAWSRepostspace implements AWSRepostspaceAsync {
protected AbstractAWSRepostspaceAsync() {
}
@Override
public java.util.concurrent.Future createSpaceAsync(CreateSpaceRequest request) {
return createSpaceAsync(request, null);
}
@Override
public java.util.concurrent.Future createSpaceAsync(CreateSpaceRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
@Override
public java.util.concurrent.Future deleteSpaceAsync(DeleteSpaceRequest request) {
return deleteSpaceAsync(request, null);
}
@Override
public java.util.concurrent.Future deleteSpaceAsync(DeleteSpaceRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
@Override
public java.util.concurrent.Future deregisterAdminAsync(DeregisterAdminRequest request) {
return deregisterAdminAsync(request, null);
}
@Override
public java.util.concurrent.Future deregisterAdminAsync(DeregisterAdminRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
@Override
public java.util.concurrent.Future getSpaceAsync(GetSpaceRequest request) {
return getSpaceAsync(request, null);
}
@Override
public java.util.concurrent.Future getSpaceAsync(GetSpaceRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
@Override
public java.util.concurrent.Future listSpacesAsync(ListSpacesRequest request) {
return listSpacesAsync(request, null);
}
@Override
public java.util.concurrent.Future listSpacesAsync(ListSpacesRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
@Override
public java.util.concurrent.Future listTagsForResourceAsync(ListTagsForResourceRequest request) {
return listTagsForResourceAsync(request, null);
}
@Override
public java.util.concurrent.Future listTagsForResourceAsync(ListTagsForResourceRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
@Override
public java.util.concurrent.Future registerAdminAsync(RegisterAdminRequest request) {
return registerAdminAsync(request, null);
}
@Override
public java.util.concurrent.Future registerAdminAsync(RegisterAdminRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
@Override
public java.util.concurrent.Future sendInvitesAsync(SendInvitesRequest request) {
return sendInvitesAsync(request, null);
}
@Override
public java.util.concurrent.Future sendInvitesAsync(SendInvitesRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
@Override
public java.util.concurrent.Future tagResourceAsync(TagResourceRequest request) {
return tagResourceAsync(request, null);
}
@Override
public java.util.concurrent.Future tagResourceAsync(TagResourceRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
@Override
public java.util.concurrent.Future untagResourceAsync(UntagResourceRequest request) {
return untagResourceAsync(request, null);
}
@Override
public java.util.concurrent.Future untagResourceAsync(UntagResourceRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
@Override
public java.util.concurrent.Future updateSpaceAsync(UpdateSpaceRequest request) {
return updateSpaceAsync(request, null);
}
@Override
public java.util.concurrent.Future updateSpaceAsync(UpdateSpaceRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy